Tracking Issue for const `ManuallyDrop::take` (`const_manually_drop_take`)
Feature gate: #![feature(const_manually_drop_take)]
This is a tracking issue for const ManuallyDrop::take.
Public API
// core::mem::manually_drop impl<T> ManuallyDrop<T> { pub const unsafe fn take(slot: &mut ManuallyDrop<T>) -> T; }
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: Constify
ManuallyDrop::take#148752 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.