blob: 97efb89593579037e800718250354abf6211e1a0 (
plain)
1
2
3
4
5
6
7
8
|
error: expected identifier, found reserved identifier `_`
--> $DIR/issue-32501.rs:7:13
|
LL | let mut _ = 0;
| ^ expected identifier, found reserved identifier
error: aborting due to previous error
|