warnings
is both a lint check and lint group
#45004
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
It appears impossible to deny all warnings and then warn for specific warning lint checks using
rustc
CLI parameters. One clear inconsistency that could be connected to this issue is thatwarnings
is both a ‘lint check’ and a ‘lint group’.rustc -W help
Meta
The text was updated successfully, but these errors were encountered: