blob: 327ce0c6e81f00ce08b95a1897b5f194c3da7617 [file] [log] [blame]
error: variable does not need to be mutable
--> $DIR/capture-mut-ref.rs:8:9
|
LL | let mut x = &mut 0;
| ----^
| |
| help: remove this `mut`
|
note: lint level defined here
--> $DIR/capture-mut-ref.rs:5:9
|
LL | #![deny(unused_mut)]
| ^^^^^^^^^^
error: aborting due to previous error