rust/src/test/compile-fail/impl-trait
Taylor Cramer bc4810d907 Fix impl Trait Lifetime Handling
After this change, impl Trait existentials are
desugared to a new `abstract type` definition
paired with a set of lifetimes to apply.

In-scope generics are included as parents of the
`abstract type` generics. Parent regions are
replaced with static, and parent regions
referenced in the `impl Trait` type are duplicated
at the end of the `abstract type`'s generics.
2017-11-17 10:01:54 -08:00
..
auto-trait-leak.rs Add better error message when == operator is badly used 2017-05-17 22:17:53 +02:00
feature-gate-universal.rs Add universal_impl_trait feature gate 2017-11-15 15:46:01 -05:00
feature-gate.rs Add universal_impl_trait feature gate 2017-11-15 15:46:01 -05:00
impl-generic-mismatch-ab.rs test we reject equivalent signatures with more than one argument 2017-11-15 15:46:01 -05:00
impl-generic-mismatch.rs Remove unamed parameters 2017-11-15 15:46:01 -05:00
must_outlive_least_region_or_bound.rs Fix impl Trait Lifetime Handling 2017-11-17 10:01:54 -08:00
needs_least_region_or_bound.rs Fix impl Trait Lifetime Handling 2017-11-17 10:01:54 -08:00
no-trait.rs Add tests 2017-01-24 22:56:02 +03:00
type_parameters_captured.rs Fix impl Trait Lifetime Handling 2017-11-17 10:01:54 -08:00
where-allowed.rs Add cases to where-allowed.rs 2017-11-15 15:46:01 -05:00