mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
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
|
|
|