about summary refs log tree commit diff
path: root/src/test/ui/anonymous-higher-ranked-lifetime.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2019-09-30Deduplicate closure type errorsEsteban Küber-11/+0
Closure typing obligations flow in both direcitons to properly infer types. Because of this, we will get 2 type errors whenever there's an unfulfilled obligation. To avoid this, we deduplicate them in the `InferCtxt`.
2019-05-29Update ui test suite to use dynmemoryruins-4/+4
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.