rust/src/test/ui/parser/issue-32501.stderr

9 lines
224 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected identifier, found reserved identifier `_`
--> $DIR/issue-32501.rs:7:13
2018-10-20 15:36:17 -05:00
|
2019-03-09 06:03:44 -06:00
LL | let mut _ = 0;
2018-10-20 15:36:17 -05:00
| ^ expected identifier, found reserved identifier
error: aborting due to previous error