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