-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustc guards ICE: Assertion m.len() > 0u || chk.is_some() failed #3895
Labels
Milestone
Comments
Reducing the complexity of the tuple is no help:
|
eliminating guards makes the problem go away
|
Could be related to #2869 |
Minimized version:
I'm still not sure if this is a dup of #2869 or not. The combination of a disjunctive pattern and a guard in a different pattern seems to be essential. |
ghost
assigned catamorphism
Dec 8, 2012
This is indeed a dup of #2869. |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Oct 5, 2024
Implement LLVM x86 gfni intrinsics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see how to attach files, so...
and the code:
The text was updated successfully, but these errors were encountered: