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

Fix self referential impl Trait substitutions #50694

Merged
merged 1 commit into from
May 14, 2018

Commits on May 12, 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 12, 2018
    Configuration menu
    Copy the full SHA
    56bc4c2 View commit details
    Browse the repository at this point in the history