]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/issue-61424.stderr
Auto merge of #67060 - Centril:rollup-hwhdx4h, r=Centril
[rust.git] / src / test / ui / nll / issue-61424.stderr
1 error: variable does not need to be mutable
2   --> $DIR/issue-61424.rs:4:9
3    |
4 LL |     let mut x;
5    |         ----^
6    |         |
7    |         help: remove this `mut`
8    |
9 note: lint level defined here
10   --> $DIR/issue-61424.rs:1:9
11    |
12 LL | #![deny(unused_mut)]
13    |         ^^^^^^^^^^
14
15 error: aborting due to previous error
16