blob: 2f29b978e9c915d9b8343ceb646a00187e27786a (
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 `@` here
error: aborting due to previous error
|