9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
error: expected expression, found `)`
|
|
--> $DIR/issue-32505.rs:2:12
|
|
|
|
|
LL | foo(|_|)
|
|
| ^ expected expression
|
|
|
|
error: aborting due to previous error
|
|
|