about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0055.rs
AgeCommit message (Collapse)AuthorLines
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-1/+1
This commit introduces a `Limit` type which is used to ensure that all comparisons against limits within the compiler are consistent (which can result in ICEs if they aren't). Signed-off-by: David Wood <david@davidtw.co>
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+23