rust/tests/ui/parser/pat-lt-bracket-1.stderr
2023-12-03 12:25:46 +01:00

9 lines
235 B
Plaintext

error: expected one of `,`, `=>`, `@`, `if`, `|`, or `}`, found `<`
--> $DIR/pat-lt-bracket-1.rs:3:7
|
LL | x < 7 => (),
| ^ expected one of `,`, `=>`, `@`, `if`, `|`, or `}`
error: aborting due to 1 previous error