Closed
Description
#66248 added a raw pointer variant of UnsafeCell::get
.
Unresolved issues:
- This definitely wants to be a method --
m.as_ptr().raw_get().write(5)
is so much more readable thanUnsafeCell::raw_get(m.as_ptr()).write(5)
. Also see add raw ptr variant of UnsafeCell::get #66248 (comment).
Metadata
Metadata
Assignees
Labels
Area: raw pointers, MaybeUninit, NonNullBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Status: Awaiting decision from the relevant subteam (see the T-<team> label).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.This issue requires a nightly compiler in some way.