summary refs log tree commit diff
path: root/src/test/ui/parser/pat-lt-bracket-3.stderr
blob: 536d14e1b6507bf810e274e83c59f13eeb9c86c4 (plain)
1
2
3
4
5
6
7
8
error: expected one of `=>`, `@`, `if`, or `|`, found `<`
  --> $DIR/pat-lt-bracket-3.rs:6:16
   |
LL |             Foo<T>(x, y) => {
   |                ^ expected one of `=>`, `@`, `if`, or `|` here

error: aborting due to previous error