mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
error: expected one of `=>`, `@`, `if`, or `|`, found `<`
|
|
--> $DIR/pat-lt-bracket-3.rs:6:16
|
|
|
|
|
LL | Foo<T>(x, y) => {
|
|
| ^ expected one of `=>`, `@`, `if`, or `|`
|
|
|
|
error: aborting due to previous error
|
|
|