blob: 4a0dec1b5c6da30b164f755b17aef7c112d2a54b (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `=>`, `@`, `if`, or `|`, found `<`
--> $DIR/pat-lt-bracket-4.rs:20:12
|
LL | Foo<T>::A(value) => value, //~ error: expected one of `=>`, `@`, `if`, or `|`, found `<`
| ^ expected one of `=>`, `@`, `if`, or `|` here
error: aborting due to previous error
|