mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
error: associated constant `BAR` is never used
|
|
--> $DIR/associated-const-dead-code.rs:6:11
|
|
|
|
|
LL | const BAR: u32 = 1;
|
|
| ^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/associated-const-dead-code.rs:1:9
|
|
|
|
|
LL | #![deny(dead_code)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|