#[deny(warnings) isn't working on E0170 #67933
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This code compiles without errors:
With the following output:
However, the
#[deny(warnings)]
should make it fail.The text was updated successfully, but these errors were encountered: