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

Never say "Trait is implemented for {type error}" #121803

Merged
merged 1 commit into from
Mar 2, 2024

Commits on Mar 1, 2024

  1. Never say "Trait is implemented for {type error}"

    When a trait bound error occurs, we look for alternative types that
    would have made the bound succeed. For some reason `{type error}`
    sometimes would appear as a type that would do so.
    
    We now remove `{type error}` from the list in every case to avoid
    nonsensical `note`s.
    estebank committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dab3d5b View commit details
    Browse the repository at this point in the history