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

error: aborting due to previous error