summary refs log tree commit diff
path: root/src/test/ui/parser/bad-match.stderr
blob: dd3a2d2a27a0a929f490d75663397015156c1a26 (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `;`, `=`, or `@`, found `x`
  --> $DIR/bad-match.rs:2:13
   |
LL |   let isize x = 5; //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `x`
   |             ^ expected one of `:`, `;`, `=`, or `@` here

error: aborting due to previous error