about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-55511.rs
AgeCommit message (Collapse)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-19/+0
Address comments Update limits
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-2/+0
2019-07-12Turn `indirect_structural_match` lint on explicitly in ui tests.Felix S. Klock II-1/+1
2019-07-08Regression tests and updates to existing tests.Felix S. Klock II-0/+2
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-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+19