rust/tests/ui/lint/forbid-always-trumps-cli.al...

11 lines
292 B
Plaintext

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