about summary refs log tree commit diff
path: root/src/test/ui/anonymous-higher-ranked-lifetime.rs
AgeCommit message (Collapse)AuthorLines
2019-02-21update test files to reflect new outputNiko Matsakis-0/+11
One surprise: old-lub-glb-object.rs, may indicate a bug
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-11/+11
2017-10-08Name higher-ranked lifetimes properly while displayingWonwoo Choi-0/+40
Now they don't shadow other lifetimes.