about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-55511.stderr
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-15/+0
Address comments Update limits
2020-04-28Bless test that no longer warnsDylan MacKenzie-1/+1
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-14/+0
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-07-12Turn `indirect_structural_match` lint on explicitly in ui tests.Felix S. Klock II-1/+5
2019-07-08Regression tests and updates to existing tests.Felix S. Klock II-0/+10
The regression tests explore: (direct | indirect | doubly-indirect | unsafe) x (embedded | param): where: embedded: `struct Wrapper(... NoDerive ...);` param: `struct Wrapper<X>(... X ...);` direct: `const A: Wrapper<...> = Wrapper(NoDerive);` indirect: `const A: & & Wrapper<...> = Wrapper(NoDerive)` doubly-indirect: `const A: & & Wrapper<...> = & & Wrapper(& & NoDerive)` unsafe: `const A: UnsafeWrap<...> = UnsafeWrap(std::ptr::null())`
2019-04-22update tests for migrate mode by defaultMatthew Jasper-5/+6
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+14