mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 15:40:29 +00:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
error: unexpected closing delimiter: `)`
|
|
--> $DIR/issue-69259.rs:3:5
|
|
|
|
|
LL | fn f) {}
|
|
| ^ unexpected closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|