summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issue-55872-1.stderr
AgeCommit message (Expand)AuthorLines
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-6/+6
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-20/+7
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-7/+20
2022-02-02Hide further opaque type errors if items that could constrain the opaque type...Oli Scherer-10/+4
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-19/+12
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-2/+2
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-08-06Point to the value instead of the TAIT declaration for obligation failuresOli Scherer-8/+10
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-0/+48
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-48/+0
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-2/+0
2020-09-26Call `type_of` for opaque types later in compilationMatthew Jasper-5/+16
2020-09-02pretty: trim paths of unique symbolsDan Aloni-8/+8
2020-06-11Stop special casing top level TAITMatthew Jasper-4/+4
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-10/+8
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-5/+10
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-2/+5
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-08-02Update syntax in existing testsvarkor-4/+4
2019-07-03typeck: merge opaque type inference logicDavid Wood-0/+33