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