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

NLL: Fix bug in associated constant type annotations. #57304

Merged
merged 1 commit into from
Jan 7, 2019

Commits on Jan 3, 2019

  1. Fix bug in associated constant type annotations.

    This commit reverses the variance used when relating types from the type
    annotation of an associated constant - this matches the behaviour of the
    lexical borrow checker and fixes a bug whereby matching a `&'a str`
    against a `&'static str` would produce an error.
    davidtwco committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4933793 View commit details
    Browse the repository at this point in the history