]> git.lizzy.rs Git - rust.git/blob - src/test/ui/liveness/liveness-assign/liveness-assign-imm-local-in-loop.ast.stderr
use structured suggestion for "missing mut" label
[rust.git] / src / test / ui / liveness / liveness-assign / liveness-assign-imm-local-in-loop.ast.stderr
1 error[E0384]: cannot assign twice to immutable variable `v`
2   --> $DIR/liveness-assign-imm-local-in-loop.rs:19:9
3    |
4 LL |         v = 1; //[ast]~ ERROR cannot assign twice to immutable variable
5    |         ^^^^^ cannot assign twice to immutable variable
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0384`.