Tracking Issue for const ptr::drop_in_place
#109342
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_drop_in_place)]
This is a tracking issue for using
drop_in_place
in const contextsPublic API
Steps / History
array::from_fn
andptr::drop_in_place
#109122Unresolved Questions
dyn Trait
works with this as wellFootnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: