mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
error: mismatched closing delimiter: `)`
|
|
--> $DIR/token-error-correct-2.rs:4:12
|
|
|
|
|
LL | if foo {
|
|
| ^ unclosed delimiter
|
|
LL | )
|
|
| ^ mismatched closing delimiter
|
|
|
|
error: aborting due to 1 previous error
|
|
|