summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/future-incompat-test.stderr
blob: 52674a843847dfb8489b95c0fa269e254226ac00 (plain)
1
2
3
4
5
6
7
8
9
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`
   |
   = note: `-A unused-variables` implied by `-A unused`