about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/auto-trait-leak.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-23/+0
2022-07-01Remove type flag based opaque type workaroundOli Scherer-1/+0
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-0/+1
This reverts commit 6499c5e7fc173a3f55b7a3bd1e6a50e9edef782d, reversing changes made to 78450d2d602b06d9b94349aaf8cece1a4acaf3a8.
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-1/+0
This reverts commit e7cc3bddbe0d0e374d05e7003e662bba1742dbae, reversing changes made to 734368a200904ef9c21db86c595dc04263c87be0.
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-0/+1
by using an opaque type obligation to bubble up comparisons between opaque types and other types Also uses proper obligation causes so that the body id works, because out of some reason nll uses body ids for logic instead of just diagnostics.
2021-07-22Make mir borrowck's use of opaque types independent of the typeck query's resultOli Scherer-1/+0
2020-06-04Treat selection error as ambiguous when error type is presentAaron Hill-2/+0
2020-01-09Update testsVadim Petrochenkov-0/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-18Typeck existential types properlyOliver Schneider-0/+2
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-2/+0
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-1/+1
2018-06-07Add existential type definitonsOliver Schneider-18/+2
2018-04-16Update testsJohn Kåre Alsaker-2/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-2/+0
2018-02-10Change error message for E0391 to "cyclic dependency detected"John Kåre Alsaker-1/+1
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-13/+0
2017-11-26Move "auto trait leak" impl-trait cycle dependency test to uiEsteban Küber-0/+69