2020-01-03 07:40:15 -06:00
|
|
|
error: mismatched closing delimiter: `)`
|
2021-08-27 05:57:28 -05:00
|
|
|
--> $DIR/token-error-correct-2.rs:4:12
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | if foo {
|
2021-08-27 05:57:28 -05:00
|
|
|
| ^ unclosed delimiter
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | )
|
2020-01-03 07:40:15 -06:00
|
|
|
| ^ mismatched closing delimiter
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2016-11-30 16:35:25 -06:00
|
|
|
|