mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 16:34:04 +00:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
error: mismatched closing delimiter: `}`
|
|
--> $DIR/token-error-correct.rs:4:12
|
|
|
|
|
LL | fn main() {
|
|
| - closing delimiter possibly meant for this
|
|
LL | foo(bar(;
|
|
| ^ unclosed delimiter
|
|
LL | }
|
|
| ^ mismatched closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|