about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/issues/issue-78722.rs
AgeCommit message (Expand)AuthorLines
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-1/+1
2022-09-24Note the type when unable to drop values in compile timeDeadbeef-1/+1
2022-08-08Adjust wordingMichael Goulet-1/+1
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-1/+1
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-1/+2
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-2/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-2/+1
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-1/+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-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-4/+1
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+4
2020-11-16Add two regression testsAlex Macleod-0/+21