mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
215 B
Text
8 lines
215 B
Text
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
|
|
|