-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Macro utilizing patterns results in an ICE #33728
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
Yes, it's fixed on my branch. Same issue. |
Right, of course. Updated PR description. |
This was referenced May 25, 2016
Closed
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
May 27, 2016
Fix ICE on parsing a bad metavariable in a macro definition Fixes rust-lang#33569, fixes rust-lang#33728. r? @pnkfelix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From this simplified version of the macro which originally caused the problem:
Backtrace:
rustc
version:Please let me know if there is anything else that's needed.
The text was updated successfully, but these errors were encountered: