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

Suggestion when encountering assoc types from hrtb #69048

Merged
merged 2 commits into from
Feb 13, 2020

Commits on Feb 11, 2020

  1. Suggestion when encountering assoc types from hrtb

    When encountering E0212, detect whether this is a representable case or
    not, i.e. if it's happening on an `fn` or on an ADT. If the former,
    provide a structured suggestion, otherwise note that this can't be
    represented in Rust.
    estebank committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    24be307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde9677 View commit details
    Browse the repository at this point in the history