-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
not a member of trait Foo
error label in trait impl of different name for associated types
#36428
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Comments
d'oh rust/src/librustc_resolve/lib.rs Lines 253 to 272 in f81f496
|
durka
added a commit
to durka/rust
that referenced
this issue
Sep 13, 2016
The span labels for associated types and consts were hardcoded to `Foo` rather than substituting the name of the trait. This also normalizes the wording for associated methods', traits', and consts' span labels. Fixes rust-lang#36428.
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Sep 15, 2016
fix "X is not a member of trait Y" span labels Fixes rust-lang#36428.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in
cc @jonathandturner
The text was updated successfully, but these errors were encountered: