]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/future-incompat-test.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / future-incompat-test.stderr
1 Future incompatibility report: Future breakage diagnostic:
2 warning: unused variable: `x`
3   --> $DIR/future-incompat-test.rs:9:9
4    |
5 LL |     let x = 1;
6    |         ^ help: if this is intentional, prefix it with an underscore: `_x`
7    |
8    = note: `-A unused-variables` implied by `-A unused`
9