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

Allow hidden lifetimes in impl Trait #57870

Closed
wants to merge 1 commit into from

Commits on Jan 24, 2019

  1. Allow hidden lifetimes in impl Trait

    This is a revert of fc3c90c, which made it an error
    to have a hidden lifetime inside an `impl Trait` return
    type even when the hidden lifetime outlived other lifetimes
    mentioned by name in the `impl Trait` bound.
    cramertj committed Jan 24, 2019
    Copy the full SHA
    bd7a04b View commit details
    Browse the repository at this point in the history