2020-01-03 08:40:15 -05:00
|
|
|
error: mismatched closing delimiter: `)`
|
2021-08-27 10:57:28 +00:00
|
|
|
--> $DIR/parser-recovery-2.rs:4:14
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | fn bar() {
|
2021-08-27 10:57:28 +00:00
|
|
|
| ^ unclosed delimiter
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | let x = foo();
|
|
|
|
LL | )
|
2020-01-03 08:40:15 -05:00
|
|
|
| ^ mismatched closing delimiter
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-02-28 07:55:19 +00:00
|
|
|
error: aborting due to previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|