-
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
Validate syntax of cfg
attributes
#53893
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
Needs check-only crater run. |
Validate syntax of `cfg` attributes Fixes #53298
☀️ Test successful - status-travis |
ping @pietroalbini |
@petrochenkov the compiler team now has direct access to craterbot, so you can queue runs yourself. Check out the bot docs and the queue dashboard. |
Oh, this is nice, thanks. I'll check the docs. |
@craterbot run start=master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c end=try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 mode=check-only |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Two regressions, both spurious. |
Actually, the same validation needs to be performed on the command-line side. |
b43e591
to
a6adeae
Compare
Updated with validation for |
Discussed in compiler team meeting. Assuming my (forthcoming) review does not lead to massive revisions, team approved this for backport to beta after it lands in master. |
@bors r+ sorry for the delay |
📌 Commit a6adeae has been approved by |
@bors p=1 (needs to be backported) |
Validate syntax of `cfg` attributes Fixes #53298
☀️ Test successful - status-appveyor, status-travis |
Fixes #53298