about summary refs log tree commit diff
path: root/tests/ui/compiletest-self-test/run-rustfix-revisions.foo.stderr
blob: 74384ef24af18430b5cd8d51e8a7f8dc8e672d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unused variable: `x`
  --> $DIR/run-rustfix-revisions.rs:7:9
   |
LL |     let x = 0usize;
   |         ^ help: if this is intentional, prefix it with an underscore: `_x`
   |
note: the lint level is defined here
  --> $DIR/run-rustfix-revisions.rs:4:9
   |
LL | #![deny(unused_variables)]
   |         ^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error