41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
error: invalid variable declaration
|
|
--> $DIR/issue-100197-mut-let.rs:4:5
|
|
|
|
|
LL | mut let _x = 123;
|
|
| ^^^^^^^ help: switch the order of `mut` and `let`: `let mut`
|
|
|
|
error: aborting due to 1 previous error
|
|
|