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

Add version mismatch help message for unimplemented trait #66561

Merged
merged 3 commits into from
Nov 26, 2019

Commits on Nov 24, 2019

  1. Add version mismatch help message for unimplemented trait

    Issue rust-lang#22750
    The error reporting for E0277 (the trait `X` is not implemented for `Foo`)
    now checks whether `Foo` implements a trait with the same path as `X`,
    which probably means that the programmer wanted to actually use only one
    version of the trait `X` instead of the two.
    TimoFreiberg committed Nov 24, 2019
    3 Configuration menu
    Copy the full SHA
    dffdf37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318fb9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0292f View commit details
    Browse the repository at this point in the history