-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
try!()
macro is generating the unused_qualifications
lint
#37345
Comments
I don't think adding an allow in @jseyfried Do you know anything about this? |
I'm not aware of any recent changes that would cause new warnings / regressions, but I could disable the lint for macro-expanded paths easily. |
This is due to rust-lang/rust#37345, once that is fixed this can be reverted
Introduced between @jseyfried: This could probably be a side effect of #37213. |
This is due to rust-lang/rust#37345, once that is fixed this can be reverted
Totally just got bitten by this in winapi, can't wait for the next nightly. |
The macro should not cause warnings in the user's code. This seems to show up due to other changes.
Seen here: https://internals.rust-lang.org/t/regression-report-stable-2016-10-20-vs-nightly-2016-10-21/4255
The lint is allow by default, but some configurations will enable it.
The text was updated successfully, but these errors were encountered: