Uh oh!
There was an error while loading. Please reload this page.
libcore: Implement cloned() for Option<&mut T> - #43705
Conversation
8acd6e1 to
51b29d6Compare| /// # Examples | ||
| /// | ||
| /// ``` | ||
| /// let mut x = 12; |
There was a problem hiding this comment.
You need to add a #![feature(option_ref_mut_cloned)] to the doc example.
arielb1
commented
Aug 8, 2017
r? @oli-obk I think (does this need an RFC?) |
arielb1
commented
Aug 8, 2017
I guess this does need an RFC + tracking issue + stabilization track. |
oli-obk
commented
Aug 8, 2017
I have no bors-powers.
I don't think it needs an RFC, since we already have the implementation for Definitely needs a tracking issue + must be unstable. |
carols10cents
commented
Aug 14, 2017
r? @aturon |
aturon
commented
Aug 22, 2017
Hey, sorry for the late review! cc @rust-lang/libs, how do y'all feel about adding this API? |
sfackler
commented
Aug 23, 2017
SGTM. There aren't any other methods on |
dtolnay
commented
Aug 23, 2017
LGTM as well. There are no other methods. |
alexcrichton
commented
Aug 23, 2017
👍 |
carols10cents
commented
Aug 28, 2017
@aturon ping, it sounds like libs is cool with this? |
aturon
commented
Aug 29, 2017
@bors: r+ Thanks for the PR, and sorry for the delay! |
bors
commented
Aug 29, 2017
📌 Commit 9618299 has been approved by |
…turon libcore: Implement cloned() for Option<&mut T> None
bors
commented
Aug 29, 2017
⌛ Testing commit 9618299 with merge 3f0af79cd4c5abc9b3eb96e2a5ac4fdb2a874695... |
…turon libcore: Implement cloned() for Option<&mut T> None
arielb1
commented
Aug 29, 2017
@bors retry prioritizing rollup which includes this |
No description provided.