blob: cf357ef8ca8f97d93751ece8cd1d733f1941a431 [file] [log] [blame]
error: unused variable: `x`
--> $DIR/forbid-always-trumps-cli.rs:15:9
|
LL | let x = 1;
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
= note: requested on the command line with `-F unused-variables`
error: aborting due to 1 previous error