summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-44021.stderr
blob: b888cd989a67cf2433f5a28a570748920094779f (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `@`, or `|`, found `}`
  --> $DIR/issue-44021.rs:3:18
   |
LL |     fn f() {|x, y}
   |                  ^ expected one of `:`, `@`, or `|`

error: aborting due to previous error