Constify methods of core::pin::Pin under the feature const_pin.
Implementation: #76655
Methods in const_pin (stable since 1.84.0 - #130136):
new
new_unchecked
get_ref
into_ref
get_mut
get_unchecked_mut
static_ref
static_mut
Methods in const_pin2 (stable since 1.84.0 - #131904):
into_inner
into_inner_unchecked
The const_pin2 methods will need #[rustc_allow_const_fn_unstable(const_precise_live_drops)] but that has been approved here.
Constify methods of
core::pin::Pinunder the featureconst_pin.Implementation: #76655
Methods in
const_pin(stable since 1.84.0 - #130136):newnew_uncheckedget_refinto_refget_mutget_unchecked_mutstatic_refstatic_mutMethods in
const_pin2(stable since 1.84.0 - #131904):into_innerinto_inner_uncheckedThe
const_pin2methods will need#[rustc_allow_const_fn_unstable(const_precise_live_drops)]but that has been approved here.