Skip to content
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

Fix ICE on parsing a bad metavariable in a macro definition #33870

Merged
merged 2 commits into from
May 27, 2016

Conversation

jseyfried
Copy link
Contributor

Fixes #33569, fixes #33728.
r? @pnkfelix

@pnkfelix
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 26, 2016

📌 Commit 5b82c5f has been approved by pnkfelix

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request May 27, 2016
Fix ICE on parsing a bad metavariable in a macro definition

Fixes rust-lang#33569, fixes rust-lang#33728.
r? @pnkfelix
bors added a commit that referenced this pull request May 27, 2016
Rollup of 10 pull requests

- Successful merges: #33753, #33815, #33829, #33858, #33865, #33866, #33870, #33874, #33891, #33898
- Failed merges:
@bors bors merged commit 5b82c5f into rust-lang:master May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Macro utilizing patterns results in an ICE ICE: Macro parser: Error message, then compiler panic.
4 participants