-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add test for "malformed macro lhs" and change back span_bug to span_fatal #30708
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
f1b469a
to
6e68cdf
Compare
The intention in #29828 was that macro validity is checked in Alas, it seems I missed some cases and caused regression. I think this is a good fix in the meantime. |
@bors r+ |
📌 Commit 6e68cdf has been approved by |
⌛ Testing commit 6e68cdf with merge dbacacd... |
Backport to fix #30669 |
Part of #30669