Stabilize ptr::{from_ref, from_mut}

This commit is contained in:
Maybe Waffle
2023-11-11 11:33:10 +00:00
committed by David Tolnay
parent 4d1bd0db7f
commit b863e9ba57
7 changed files with 74 additions and 77 deletions

View File

@@ -338,7 +338,6 @@
#![feature(portable_simd)]
#![feature(prelude_2024)]
#![feature(ptr_as_uninit)]
#![feature(ptr_from_ref)]
#![feature(raw_os_nonzero)]
#![feature(round_ties_even)]
#![feature(slice_internals)]