• T
    Fix impl Trait Lifetime Handling · bc4810d9
    Taylor Cramer 提交于
    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.
    bc4810d9
regionck.rs 63.6 KB