| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if ↵ | Michael Howell | -42/+6 | |
| there's other problems As shown in the two test requirements that got updated, if there's other problems, then those other problems are probably the root cause of the incorrect generics count. | ||||
| 2021-09-28 | Improve error messages for bad type constraints | Michael Howell | -19/+14 | |
| Co-authored-by: Esteban Kuber <esteban@kuber.com.ar> | ||||
| 2021-09-28 | Use less verbose syntax for error annotations | Michael Howell | -4/+4 | |
| Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com> | ||||
| 2021-09-16 | feat(rustc_parse): recover from pre-RFC-2000 const generics syntax | Michael Howell | -0/+178 | |
| Fixes #89013 | ||||
