Uh oh!
There was an error while loading. Please reload this page.
add error diagnostics for E0437, E0438 - #27145
Conversation
rust-highfive
commented
Jul 20, 2015
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
nit: declare isn't quite right here. the trait itself "declares" the methods, and the impl implements them.
There was a problem hiding this comment.
Should "implement" be used for each of the item types (not just methods)?
apasel422
commented
Jul 20, 2015
Nits addressed. |
apasel422
commented
Jul 22, 2015
r? @Manishearth |
There was a problem hiding this comment.
add a trait method in this example
apasel422
commented
Jul 22, 2015
@Manishearth Updated. |
bors
commented
Jul 22, 2015
☔ The latest upstream changes (presumably #27219) made this pull request unmergeable. Please resolve the merge conflicts. |
apasel422
commented
Jul 23, 2015
Rebased. |
Manishearth
commented
Jul 23, 2015
r=me with a trait method added |
apasel422
commented
Jul 23, 2015
To which one? This PR no longer addresses E0407. |
Manishearth
commented
Jul 23, 2015
@bors r+ rollup oh, okay |
bors
commented
Jul 23, 2015
📌 Commit cf8a163 has been approved by |
No description provided.