rust/src/test/ui/parser/bad-match.stderr
2019-11-06 17:26:20 -08:00

9 lines
221 B
Plaintext

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 previous error