-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Macro utilizing patterns results in an ICE #33728
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: