about summary refs log tree commit diff
path: root/src/test/ui/higher-lifetime-bounds.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-69/+0
2019-05-29Update ui test suite to use dynmemoryruins-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-10Split param-bounds-ignored into two, it was testing two independent thingsRalf Jung-0/+79
Also, tweak the test for ignored type aliases such that replacing the type alias by a newtype struct leads to a well-formed type definition, and errors when used the way the type alias is used.