summary refs log tree commit diff
path: root/src/test/ui/parser/pat-lt-bracket-4.stderr
blob: 18e0e9e8f0c4575075c8e7c577223fd220f66d5e (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, //~ error: expected one of `=>`, `@`, `if`, or `|`, found `<`
   |            ^ expected one of `=>`, `@`, `if`, or `|` here

error: aborting due to previous error