blob: ee0658121838aaa52ff6ff3d24c4445c665bcd36 [file] [log] [blame]
error: associated const is never used: `BAR`
--> $DIR/associated-const-dead-code.rs:16:5
|
LL | const BAR: u32 = 1;
| ^^^^^^^^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/associated-const-dead-code.rs:11:9
|
LL | #![deny(dead_code)]
| ^^^^^^^^^
error: aborting due to previous error