summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/pat-lt-bracket-4.stderr
blob: 911c276b9319acdbfe8d8682f2a6c1b8a2ad4fdc (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 `|`

error: aborting due to previous error