9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
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
|
|
|