Uh oh!
There was an error while loading. Please reload this page.
Reword the short diagnostic for E0509 - #33676
Conversation
rust-highfive
commented
May 16, 2016
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
sanxiyn
commented
May 17, 2016
This needs to update the test suite. (Tests will fail otherwise.) |
GuillaumeGomez
commented
May 17, 2016
I agree. Big 👍!
True. |
5aacf17 to
60fa200CompareD'oh! Can you tell it's my first time touching diagnostics? 😄 I think I updated all tests now (local build/tests not finished yet). |
hanna-kruppe
commented
May 17, 2016
Travis is taking its sweet time with the build, but at least |
sanxiyn
commented
May 18, 2016
Failed tidy. :( |
60fa200 to
ac6da22Comparehanna-kruppe
commented
May 18, 2016
Ugh. Fixed now. |
sanxiyn
commented
May 18, 2016
@bors r+ rollup |
bors
commented
May 18, 2016
📌 Commit ac6da22 has been approved by |
bors
commented
May 19, 2016
☔ The latest upstream changes (presumably #33688) made this pull request unmergeable. Please resolve the merge conflicts. |
Saying that a type *implements* a trait is much more idiomatic than saying it *defines* the trait.
ac6da22 to
e575d19Comparehanna-kruppe
commented
May 19, 2016
Rebased |
sanxiyn
commented
May 20, 2016
@bors r+ rollup |
bors
commented
May 20, 2016
📌 Commit e575d19 has been approved by |
Reword the short diagnostic for E0509 Saying that a type *implements* a trait is much more idiomatic than saying it *defines* the trait.
Saying that a type implements a trait is much more idiomatic than saying it defines the trait.