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 broken assertion in type_param #46722

Merged
merged 1 commit into from
Dec 16, 2017
Merged

Commits on Dec 14, 2017

  1. fix broken assertion in type_param

    Nested generics (aka method generics) in trait methods don't have an
    *additional* Self parameter in their own type parameter list (they have
    a Self parameter in the parent generics), so don't try to check we're
    correctly adjusting for it.
    
    Fixes rust-lang#46568.
    arielb1 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    2679944 View commit details
    Browse the repository at this point in the history