mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 13:33:27 +00:00
11 lines
292 B
Plaintext
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
|
|
|