summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nll/issue-61424.stderr
blob: 6de6b7f3abd0b8a743abf61ab534aede4de2a26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: variable does not need to be mutable
  --> $DIR/issue-61424.rs:6:9
   |
LL |     let mut x;
   |         ----^
   |         |
   |         help: remove this `mut`
   |
note: the lint level is defined here
  --> $DIR/issue-61424.rs:3:9
   |
LL | #![deny(unused_mut)]
   |         ^^^^^^^^^^

error: aborting due to previous error