summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/bad-match.stderr
blob: 8e7878c2b6c0f41575dc6ff7a5b78294c72e94d3 (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;
   |             ^ expected one of `:`, `;`, `=`, `@`, or `|`

error: aborting due to 1 previous error