about summary refs log tree commit diff
path: root/src/test/ui/const-generics/parser-error-recovery
AgeCommit message (Expand)AuthorLines
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