blob: d14702acee6e5d52f326627cc569711ff298ef48 [file] [log] [blame]
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