mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
error: expected one of `=>`, `@`, `if`, or `|`, found `<`
|
|
--> $DIR/pat-lt-bracket-4.rs:8:12
|
|
|
|
|
LL | Foo<T>::A(value) => value,
|
|
| ^ expected one of `=>`, `@`, `if`, or `|`
|
|
|
|
error: aborting due to previous error
|
|
|