2019-08-27 06:04:48 -05:00
|
|
|
error: `mut` must be attached to each individual binding
|
|
|
|
--> $DIR/issue-32501.rs:7:9
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | let mut _ = 0;
|
2019-08-27 06:04:48 -05:00
|
|
|
| ^^^^^ help: add `mut` to each binding: `_`
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|