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