about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issues/issue-70877.rs
AgeCommit message (Expand)AuthorLines
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-1/+1
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-1/+1
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-1/+1
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-2/+2
2022-02-11Revert "Fix regression from lazy opaque types"Oli Scherer-1/+1
2022-02-08Fix regression from lazy opaque typesOli Scherer-1/+1
2022-02-02Prevent two opaque types in their defining scopes from being defined via the ...Oli Scherer-3/+1
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-1/+3
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-4/+1
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-1/+0
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+3
2020-10-18Add test for issue-70877Yuki Okushi-0/+38