-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Add E0452 error explanation #30201
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 E0452 error explanation #30201
Conversation
#![allow(foo = "")] // error: malformed lint attribute | ||
``` | ||
|
||
You need to pass an ident as lint attribute to fix this issue: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Lint attributes only accept a list of identifiers (where each identifier is a lint name). Ensure the attribute is of this form:"
1984a63
to
67eaa9e
Compare
@bors r+ rollup |
📌 Commit 67eaa9e has been approved by |
⌛ Testing commit 67eaa9e with merge 1557790... |
💔 Test failed - auto-linux-64-debug-opt |
@bors retry O.o |
⌛ Testing commit 67eaa9e with merge d241086... |
💔 Test failed - auto-mac-64-nopt-t |
looks like there are some old files left over on the build machine? |
Unfortunately I'm not entirely sure what's going on here, I've seen this sort of error crop up from time to time but it always seems unrelated to the change at hand (e.g. like this PR). This may be a stage0 bug that has since been fixed (not sure), and it may just involve waiting for some other PRs to land for this one to stop being unlucky. Beyond that I'm not so sure :( |
This is due to a bug in the snapshot, I believe. This bug has been fixed. Unfortunately random permutations of the source can lead to this error. |
Maybe time for a new snapshot! |
@bors retry |
r? @Manishearth