Skip to content

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

Closed
saethlin wants to merge 1 commit into
rust-lang:masterfrom
saethlin:vec-box
Closed

#94421 (replace RawVec with Boxed slice) plus soundness fixes#96607
saethlin wants to merge 1 commit into
rust-lang:masterfrom
saethlin:vec-box

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

2efcdf8
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs