rust/tests/ui/lint/forbid-always-trumps-cli.forbid-first-mix2.stderr
2024-11-27 21:48:23 +01:00

10 lines
292 B
Text

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