Closed
Description
This is a tracking issue for adding the fn get_mut (self: &mut UnsafeCell<T>) -> &mut T
method.
The feature gate for the issue is #![feature(unsafe_cell_get_mut)]
.
History
- Implement the RFC: Add non-
unsafe
.get_mut()
forUnsafecell
#76936 - Stabilization PR: Stabilize
unsafe_cell_get_mut
#79485
Unresolved Questions
None