2020-04-07 21:41:54 -07:00
|
|
|
error: unused variable: `x`
|
2024-11-27 15:21:34 +01:00
|
|
|
--> $DIR/forbid-always-trumps-cli.rs:15:9
|
2020-04-07 21:41:54 -07:00
|
|
|
|
|
|
|
|
|
LL | let x = 1;
|
|
|
|
|
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
|
|
|
|
|
|
2024-11-27 15:21:34 +01:00
|
|
|
= note: requested on the command line with `-F unused-variables`
|
2020-04-07 21:41:54 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-04-07 21:41:54 -07:00
|
|
|
|