mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
11 lines
261 B
Text
11 lines
261 B
Text
error: mismatched closing delimiter: `)`
|
|
--> $DIR/parser-recovery-2.rs:4:14
|
|
|
|
|
LL | fn bar() {
|
|
| ^ unclosed delimiter
|
|
LL | let x = foo();
|
|
LL | )
|
|
| ^ mismatched closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|