summary refs log tree commit diff
path: root/src/test/ui/parser/issues
AgeCommit message (Expand)AuthorLines
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-38/+3
2021-12-13Update test to new error messageAlexis Bourget-11/+13
2021-12-10bless testsEllen-5/+5
2021-12-09Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisaMatthias Krüger-0/+37
2021-12-08Do not attempt to suggest help for overly malformed struct/function callthreadexception-0/+37
2021-12-04Lint bare traits in AstConv.Camille GILLOT-38/+3
2021-12-04Do not add `;` to expected tokens list when it's wrongMichael Howell-17/+19
2021-11-25When recovering from a `:` in a pattern, use adequate AST patternEsteban Küber-28/+63
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-0/+5955