mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
213 B
Plaintext
9 lines
213 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 previous error
|
|
|