blob: 5e2c8aa613db5243796b4c91b92fc50f0469132e [file] [log] [blame] [edit]
warning: unused variable: `a`
--> $DIR/attributes-included.rs:18:9
|
LL | let a: i32 = "foo";
| ^ help: if this is intentional, prefix it with an underscore: `_a`
|
note: the lint level is defined here
--> $DIR/attributes-included.rs:5:9
|
LL | #![warn(unused)]
| ^^^^^^
= note: `#[warn(unused_variables)]` implied by `#[warn(unused)]`
warning: 1 warning emitted