about summary refs log tree commit diff
path: root/src/test/ui/impl_trait_projections.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-48/+0
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-3/+2
2018-06-21tolerate existential types whose concrete expansion is not knownNiko Matsakis-2/+3
2018-04-27fixed testsChristian Poveda-3/+0
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-1/+0
2018-04-27removed dyn_trait feature from testsChristian Poveda-0/+2
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+1
2018-02-13Test err on impl Trait projection within dyn TraitTaylor Cramer-1/+8
2018-02-13Disallow projections from impl Trait typesTaylor Cramer-0/+43