about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issue-55872-1.rs
AgeCommit message (Expand)AuthorLines
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-4/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+4
2022-02-02Hide further opaque type errors if items that could constrain the opaque type...Oli Scherer-1/+0
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-4/+4
2021-08-06Point to the value instead of the TAIT declaration for obligation failuresOli Scherer-2/+2
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+1
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-1/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+4
2020-09-26Call `type_of` for opaque types later in compilationMatthew Jasper-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-08-02Update syntax in existing testsvarkor-2/+2
2019-07-03typeck: merge opaque type inference logicDavid Wood-0/+22