Prepare fixtures

This commit is contained in:
dkanus 2026-07-14 20:27:09 +07:00
commit 9c94356263
6021 changed files with 722805 additions and 22 deletions

View file

@ -259,7 +259,7 @@ impl<'src, 'arena> Parser<'src, 'arena> {
)
.related_token("open_parenthesis", state.open_parenthesis_position)
.maybe_related("previous_specifier", state.previous_specifier_span)
.sync_error_until(self, SyncLevel::CloseParenthesis)
.sync_error_until_matching_delimiter(self, state.open_parenthesis_position)
.report_error(self);
}
}