-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Regression in non_upper_case_globals lint level attribute on associated item #110573
Comments
Bisects to #110513. @Ezrashaw @compiler-errors |
How on earth did that happen? It was like a five-line change. 😆 EDIT: got a fix, will post soon. |
Probably something to do with the hygeine of the span on the |
|
Oh, no, that's not it. You're missing a call to |
I believe the old behavior from nightly-2023-04-19 is correct.
The repro has nothing to do with trait impls so I believe #110513 was not supposed to have affected it.
The text was updated successfully, but these errors were encountered: