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

Propose backport of "Fix self referential impl Trait substitutions" #50737

Closed
wants to merge 1 commit into from

Commits on May 14, 2018

  1. Fix self referential impl Trait substitutions

    A high impact bug because a lot of common traits use a `Self`
    substitution by default. Should be backported to beta.
    
    There was a check for this which wasn't catching all cases, it was made
    more robust.
    
    Fixes rust-lang#49376
    Fixes rust-lang#50626
    
    r? @petrochenkov
    leoyvens committed May 14, 2018
    Configuration menu
    Copy the full SHA
    ab1b2d7 View commit details
    Browse the repository at this point in the history