summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/future-incompat-test.stderr
blob: 2951f904fb5e8b216683524e994affd71aa843dd (plain)
1
2
3
4
5
6
7
8
9
10
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`
   = help: to override `-A unused` add `#[allow(unused_variables)]`