about summary refs log tree commit diff
path: root/src/test/ui/const-generics/parser-error-recovery
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-173/+0
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-04-04diagnostics: use correct span for const genericsMichael Howell-2/+2
2022-01-17Add term to ExistentialProjectionkadmin-4/+24
2022-01-17Use Term in ProjectionPredicatekadmin-16/+32
2021-09-28feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's...Michael Howell-42/+6
2021-09-28Improve error messages for bad type constraintsMichael Howell-19/+14
2021-09-28Use less verbose syntax for error annotationsMichael Howell-4/+4
2021-09-16feat(rustc_parse): recover from pre-RFC-2000 const generics syntaxMichael Howell-0/+178