-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE while checking match
with struct-like patterns
#8351
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
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
A gdb backtrace from rust_task_fail would be informative. |
|
bors
added a commit
that referenced
this issue
Oct 8, 2013
When `specialize`ing struct-like enum patterns, compare struct fields to pattern fields, not pattern fields to pattern fields. Closes #8351.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ICE while compiling following code:
The text was updated successfully, but these errors were encountered: