mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
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
|
|
|