rust/src/test/ui/parser/pat-lt-bracket-4.stderr

9 lines
242 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected one of `=>`, `@`, `if`, or `|`, found `<`
--> $DIR/pat-lt-bracket-4.rs:8:12
2018-10-20 20:36:17 +00:00
|
2019-03-09 12:03:44 +00:00
LL | Foo<T>::A(value) => value,
2018-10-20 20:36:17 +00:00
| ^ expected one of `=>`, `@`, `if`, or `|` here
error: aborting due to previous error