about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/negative-reasoning.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-11-21Allow opaque types in trait impl headers and rely on coherence to reject unso...Oli Scherer-13/+1
2022-07-25Restore Opaque behavior to coherence checkMichael Goulet-1/+1
2022-07-21orphan check: opaque types are an errorlcnr-1/+1
2022-06-22Perform coherence checking per impl.Camille GILLOT-11/+11
2022-04-12Compute a more precise span for opaque type implsOli Scherer-2/+2
2022-04-11prevent opaque types from appearing in impl headersRémy Rakic-1/+13
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+3
2022-02-07Print opaque types from type aliases via their pathOli Scherer-3/+3
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-0/+14
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-14/+0
2020-06-11Stop special casing top level TAITMatthew Jasper-5/+5
2019-09-24Add additional tests for type alias impl trait coherenceAaron Hill-0/+14