blob: 6bab367b0d175334da070a2701b8d69de239c9ed (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: unused variable: `x`
--> $DIR/lint-group-forbid-always-trumps-cli.rs:5:9
|
LL | let x = 1;
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
= note: `-F unused-variables` implied by `-F unused`
error: aborting due to previous error
|