summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-44021.stderr
blob: 8a9326f90c681bf864447e9b089eba759dac8cad (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 1 previous error