about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/negative-reasoning.rs
AgeCommit message (Expand)AuthorLines
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-1/+1
2022-02-07Print opaque types from type aliases via their pathOli Scherer-1/+1
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-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+4
2020-06-11Stop special casing top level TAITMatthew Jasper-7/+8
2019-09-24Add additional tests for type alias impl trait coherenceAaron Hill-0/+22