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.)
Unresolved Questions
Feature gate:
#![feature(const_manually_drop_take)]This is a tracking issue for const
ManuallyDrop::take.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)ManuallyDrop::take#148752Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩