blob: cf357ef8ca8f97d93751ece8cd1d733f1941a431 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|