-D warnings
should deny warnings from lint renames
#94500
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Description
e.g: setting
-W clippy::disallowed_type -D warnings
when invoking clippy currently results in the following warning:...when this should be a hard error (due to the
-D warnings
)Version
The text was updated successfully, but these errors were encountered: