Uh oh!
There was an error while loading. Please reload this page.
[RFC] add IndexAssign trait - #25628
Conversation
rust-highfive
commented
May 19, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
japaric
commented
May 19, 2015
RFC at rust-lang/rfcs#1129 |
alexcrichton
commented
May 19, 2015
/me gasps Nice! r? @nikomatsakis, @nrc, and/or @pnkfelix |
alexcrichton
commented
May 19, 2015
cc @aturon |
Gankra
commented
May 19, 2015
🌞 |
bors
commented
May 24, 2015
☔ The latest upstream changes (presumably #25609) made this pull request unmergeable. Please resolve the merge conflicts. |
87db6f1 to
04128bdComparebors
commented
Jun 20, 2015
☔ The latest upstream changes (presumably #26411) 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
(not closing this one since it looks like its RFC is getting into FCP soon) |
bors
commented
Sep 24, 2015
☔ The latest upstream changes (presumably #28602) made this pull request unmergeable. Please resolve the merge conflicts. |
alexcrichton
commented
Jan 27, 2016
I'm going to close this for now while we sit on the RFC, but this should always be here for posterity at least! |
Do not merge until its RFC has been approved
Introduce an unstable
IndexAssigntrait that lets users overload thea[b] = cexpression.Restore
IndexMutimplementations on HashMap/BTreeMap and also make them implement theIndexAssigntrait, all these operations are now supported:RFC: rust-lang/rfcs#1129
cc @sfackler@gankro@nikomatsakis@aturon