]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-44021.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / parser / issues / issue-44021.stderr
1 error: expected one of `:`, `@`, or `|`, found `}`
2   --> $DIR/issue-44021.rs:3:18
3    |
4 LL |     fn f() {|x, y}
5    |                  ^ expected one of `:`, `@`, or `|`
6
7 error: aborting due to previous error
8