about summary refs log tree commit diff
path: root/src/test/ui/parser/missing_right_paren.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-32/+0
2021-12-04Do not add `;` to expected tokens list when it's wrongMichael Howell-2/+2
There's a few spots where semicolons are checked for to do error recovery, and should not be suggested (or checked for other stuff). Fixes #87647
2020-10-25Rely on regular "expected"/"found" parser error for `fn`Esteban Küber-2/+2
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-1/+7
also refactor `FnKind` and `visit_assoc_item` visitors
2020-01-09Update testsVadim Petrochenkov-1/+10
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-3/+3
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-03syntax: Avoid span arithmetics for delimiter tokensVadim Petrochenkov-0/+17