-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 malformed plugin attributes #48990
Conversation
A broken test to be fixed in the next commit.
(rust_highfive has picked a reviewer for you, use r? to override) |
Note: The It is only my assumption that rustc is bailing out at an earlier stage after it fails to parse the list of traits in |
r? @estebank |
r=me rollup once travis catches up |
@bors r+ rollup |
📌 Commit dc96467 has been approved by |
Fix ICE on malformed plugin attributes See rust-lang#48941 for some discussion. This bug had several duplicate reports which were never closed as dupes: Fixes rust-lang#47612 Fixes rust-lang#48387 Fixes rust-lang#48941 Fixes rust-lang#48982
See #48941 for some discussion.
This bug had several duplicate reports which were never closed as dupes:
Fixes #47612
Fixes #48387
Fixes #48941
Fixes #48982