-
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
Spurious legacy_derive_helpers
lint when unrelated attribute fails to resolve
#81871
Comments
Caused by #79078 |
This looks like a consequence of #67839. Initial resolution of
and A fix for #67839 is one of direct follow ups to #79078, so it is in my queue and pretty close to the top. |
Copypasting a future test for the ui test suite:
|
Fixed in #82419. |
expand: Preserve order of inert attributes during expansion Fixes rust-lang#67839 Fixes rust-lang#81871 r? `@Aaron1011`
expand: Preserve order of inert attributes during expansion Fixes rust-lang#67839 Fixes rust-lang#81871 r? ``@Aaron1011``
expand: Preserve order of inert attributes during expansion Fixes rust-lang#67839 Fixes rust-lang#81871 r? ```@Aaron1011```
expand: Preserve order of inert attributes during expansion Fixes rust-lang#67839 Fixes rust-lang#81871 r? ````@Aaron1011````
The following code:
produces the following errors:
The
legacy_derive_helpers
warning is spurious and will disappear if#![dummy]
is removed.The text was updated successfully, but these errors were encountered: