about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0055.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2021-09-28Improve help for recursion limit errorsRoss MacArthur-1/+1
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>
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-1/+1
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-11-21Enclose type in backticks for "reached the recursion limit while ↵varkor-1/+1
auto-dereferencing" error
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+10