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

9 lines
285 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
|
LL | let mut _ = 0; //~ ERROR expected identifier, found reserved identifier `_`
| ^ expected identifier, found reserved identifier
error: aborting due to previous error