Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #149102 - bend-n:maybe_uninit_slice, r=joboet
stabilize maybe_uninit_slice Tracking issue: rust-lang/rust#63569 Closes: rust-lang/rust#63569 FCP completed: https://github.com/rust-lang/rust/issues/63569#issuecomment-3477510504 Removes: ```rs pub const fn slice_as_ptr(this: &[MaybeUninit<T>]) -> *const T; pub const fn slice_as_mut_ptr(this: &mut [MaybeUninit<T>]) -> *mut T; ```
Matthias Krüger 5 months ago
parent 9942603 · parent f2f2106 · commit b39537f
0 files changed, 0 insertions, 0 deletions