Uh oh!
There was an error while loading. Please reload this page.
fix "X is not a member of trait Y" span labels - #36429
Conversation
rust-highfive
commented
Sep 12, 2016
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Why removing "trait"? I actually find this better with it.
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. Fixesrust-lang#36428.
durka
commented
Sep 13, 2016
Travis passed, so I squashed the commits. |
GuillaumeGomez
commented
Sep 13, 2016
All good for me! |
nikomatsakis
commented
Sep 13, 2016
@bors r=nagisa |
bors
commented
Sep 13, 2016
📌 Commit 0a62676 has been approved by |
bors
commented
Sep 14, 2016
⌛ Testing commit 0a62676 with merge e9a337d... |
bors
commented
Sep 14, 2016
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
durka
commented
Sep 14, 2016
bogus On Tue, Sep 13, 2016 at 10:39 PM, bors notifications@github.com wrote:
|
alexcrichton
commented
Sep 14, 2016
@bors: retry On Tue, Sep 13, 2016 at 7:40 PM, Alex Burka notifications@github.com
|
fix "X is not a member of trait Y" span labels Fixesrust-lang#36428.
Fixes#36428.