-
Notifications
You must be signed in to change notification settings - Fork 13.4k
tail_expr_drop_order
lint adds too much noise to rustfix
#132323
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
Comments
@dev-ardi: Perhaps it would help if you could give some examples you've experienced here. Also, keep in mind that these lints are mostly mean to be applied automatically with |
When running Also I've noticed that the warning also gets emited randomly without
|
@rustbot claim |
There is hope that #131326 cuts down a lot of the noise here, taking |
We believe this is addressed by #131326, as it significantly cut down the noise. There's still of course some residual noise here. If you see common patterns to this noise that we might be able to use to further improve the heuristic, please of course file new issues for those. |
Uh oh!
There was an error while loading. Please reload this page.
Lots of local bindings have a significant drop implementation, and the warning is not particularly small.
This completely hides every single other warning. Adding this much noise makes it near impossible to notice any potentially meaningful changes.
cc: #128662
@rustbot label +A-diagnostics +A-edition-2024
The text was updated successfully, but these errors were encountered: