summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint-group-forbid-always-trumps-cli.stderr
blob: cd042179cce7978d5507001796aa103c55b137a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: unused variable: `x`
  --> $DIR/lint-group-forbid-always-trumps-cli.rs:4:9
   |
LL |     let x = 1;
   |         ^ help: if this is intentional, prefix it with an underscore: `_x`
   |
   = note: `-F unused-variables` implied by `-F unused`
   = help: to override `-F unused` add `#[allow(unused_variables)]`

error: aborting due to previous error