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.)

Unresolved Questions

  • None yet.
  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html