rust/src/test/ui/issues/issue-44021.stderr

8 lines
268 B
Text

error: expected one of `:`, `@`, or `|`, found `}`
--> $DIR/issue-44021.rs:13:18
|
LL | fn f() {|x, y} //~ ERROR expected one of `:`, `@`, or `|`, found `}`
| ^ expected one of `:`, `@`, or `|` here
error: aborting due to previous error