mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
error: unexpected closing delimiter: `)`
|
|
--> $DIR/issue-69259.rs:3:5
|
|
|
|
|
LL | fn f) {}
|
|
| ^ unexpected closing delimiter
|
|
|
|
error: aborting due to 1 previous error
|
|
|