summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32501.stderr
blob: 6836509ebba51cc22a3fe18bbed0b241ddb62744 (plain)
1
2
3
4
5
6
7
8
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