The feature gate for the issue is #![feature(raw_slice_split)].
This is a tracking issue for the split_at_mut method on raw slice pointers
Public API
impl<T> *mut [T] {
pub unsafe fn split_at_mut(self, mid: usize) -> (*mut [T], *mut [T]);
pub unsafe fn split_at_mut_unchecked(self, mid: usize) -> (*mut [T], *mut [T]);
}
Steps / History
Unresolved Questions
The feature gate for the issue is
#![feature(raw_slice_split)].This is a tracking issue for the
split_at_mutmethod on raw slice pointersPublic API
Steps / History
*mut [T]methods #95594Unresolved Questions