9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
|
error: expected identifier, found reserved identifier `_`
|
||
|
--> $DIR/issue-32501.rs:19:13
|
||
|
|
|
||
|
LL | let mut _ = 0; //~ ERROR expected identifier, found reserved identifier `_`
|
||
|
| ^ expected identifier, found reserved identifier
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|