-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[1.30 beta] Regression in cfg attribute parsing #54463
Comments
Most probably caused by #53893. |
@petrochenkov According to @pietroalbini, before and after had the same error (for #53893). |
The regression is caused by #53293, which didn't go through a Crater run. |
Arbitrary token streams were never supposed to work on stable channel, but this wasn't properly enforced. Note, that |
We can accept trailing comma in |
Fixed in #54581 |
Accept trailing comma in `cfg_attr` Fixes rust-lang#54463 (stable-to-beta regression)
Accept trailing comma in `cfg_attr` Fixes #54463 (stable-to-beta regression)
Parsing of the following snippet is failing on Rust 1.30 beta:
0.1.11
regressed from stable to beta (build log) cc @krdlncc @petrochenkov
The text was updated successfully, but these errors were encountered: