about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-38940.stderr
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-23/+0
Address comments Update limits
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-11-21Point at type in `let` assignment on type errorsEsteban Küber-1/+3
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2018-11-21Enclose type in backticks for "reached the recursion limit while ↵varkor-1/+1
auto-dereferencing" error
2018-09-20Add test for deref recursion limit printing twicememoryruins-0/+21