Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl Trait Lifetime Handling #45701

Merged
merged 2 commits into from
Nov 21, 2017
Merged

Commits on Nov 17, 2017

  1. 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.
    cramertj committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    bc4810d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Clippy is broken

    cramertj committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    450bbc5 View commit details
    Browse the repository at this point in the history