Uh oh!
There was an error while loading. Please reload this page.
Overloaded augmented assignments (a += b) - #23171
Conversation
rust-highfive
commented
Mar 8, 2015
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
japaric
commented
Mar 8, 2015
RFC at rust-lang/rfcs#953 |
japaric
commented
Mar 11, 2015
(If anyone is looking, I've added the |
bors
commented
Mar 28, 2015
☔ The latest upstream changes (presumably #23796) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
May 24, 2015
☔ The latest upstream changes (presumably #25609) made this pull request unmergeable. Please resolve the merge conflicts. |
eabc21c to
46c7202Comparebors
commented
Jun 19, 2015
☔ The latest upstream changes (presumably #26351) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Jun 27, 2015
☔ The latest upstream changes (presumably #26575) made this pull request unmergeable. Please resolve the merge conflicts. |
Gankra
commented
Jul 27, 2015
@japaric I'm gonna go ahead and close this PR since it doesn't look like this is going to get through the RFC process anytime soon. Your contributions, as always, are greatly appreciated! |
a += ba += b)japaric
commented
Sep 11, 2015
Rebased, documented the traits and updated the description of E0368. |
Gankra
commented
Sep 11, 2015
@japaric github seems to refuse to reopen this, might need a new PR? |
japaric
commented
Sep 11, 2015
minor: skip iter excludes 'into_iter' method
Implements overload-able augmented/compound assignments, like
a += bvia theAddAssigntrait, as specified in RFC 953r? @nikomatsakis