blob: d14702acee6e5d52f326627cc569711ff298ef48 (
plain)
1
2
3
4
5
6
7
8
|
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 `|` here
error: aborting due to previous error
|