-
Couldn't load subscription status.
- Fork 13.9k
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Feature gate: #![feature(const_drop_in_place)]
This is a tracking issue for using drop_in_place in const contexts
Public API
// core::ptr
pub const unsafe fn drop_in_place<T: ?Sized + ~const Destruct>(to_drop: *mut T);Steps / History
- Implementation: Constified
array::from_fnandptr::drop_in_place#109122 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- Confirm that things such as
dyn Traitworks with this as well
Footnotes
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.