summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32501.stderr
blob: d74c539abfe54e6f64a5dbbcdea93df35bbd6465 (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; //~ ERROR expected identifier, found reserved identifier `_`
   |             ^ expected identifier, found reserved identifier

error: aborting due to previous error