mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
24b52fd9df
Fix #121009.
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
Future incompatibility report: Future breakage diagnostic:
|
|
warning: unused variable: `x`
|
|
--> $DIR/future-incompat-test.rs:9:9
|
|
|
|
|
LL | let x = 1;
|
|
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
|
|