Skip to content

Replace RawVec<T> with Box<[MaybeUninit<T>]>

2efcdf8
Select commit
Loading
Failed to load commit list.
Closed

#94421 (replace RawVec with Boxed slice) plus soundness fixes #96607

Replace RawVec<T> with Box<[MaybeUninit<T>]>
2efcdf8
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs