about summary refs log tree commit diff
path: root/src/test/run-pass/impl-trait/auxiliary
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-23/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+33
Fix #54047
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to ↵Felix S. Klock II-33/+0
`src/test/ui/run-pass/`.
2018-07-13Use the correct visibilityOliver Schneider-1/+5
2018-06-07Add existential type definitonsOliver Schneider-0/+4
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-2/+0
2017-11-15Disallow all impl Trait within Fn trait sugarChristopher Vittal-3/+4
We already disallowed them to be in the arg list, such as Fn(impl Debug), but now we disallow Fn() -> impl Debug. Also remove the ImplTraitContext argument from the function lower_parenthesized_parameter_data as it is now unused. Comment out part of test run-pass/impl-trait/xcrate.rs that now fails.
2017-08-14Mark closures return via impl-trait as reachable.Michael Woerister-0/+11
2016-11-28rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.Eduard-Mihai Burtescu-0/+15