Closed
Description
Tracking issue for rust-lang/rfcs#2057
- Implement the functionalityAdd documentationStabilize!
Metadata
Metadata
Assignees
Labels
Blocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC and implemented but not stabilized.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Help is requested to fix this issue.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
notriddle commentedon Jul 31, 2017
Can I implement this? (I understand you'll want to give it the C-assigned label, to make sure nobody else works on it)
alexcrichton commentedon Jul 31, 2017
Certainly!
RefCell::replace
andRefCell::swap
#43574Auto merge of #43574 - notriddle:master, r=sfackler
notriddle commentedon Aug 15, 2017
Havvy commentedon Nov 7, 2017
The only docs needed for this is the API docs.
I've also written PR #45819 to add a
replace_with
variant.gbip commentedon Dec 5, 2017
Is there any plan to make this stable ? I can't figure the syntax to move a value inside a RefCell to replace the old one.
Thanks !
Rollup merge of rust-lang#46517 - notriddle:patch-2, r=BurntSushi
alexcrichton commentedon Mar 1, 2018
Stabilized in #46517
28 remaining items