MaybeUninit array cleanup by clarfonthey · Pull Request #96099 · rust-lang/rust (original) (raw)

Another thing worth mentioning: this splits the const feature flag for maybe_uninit_uninit_array into const_maybe_uninit_uninit_array to avoid weird cases where only one gets stabilised.

Note that it may be desired to keep the array_assume_init method linked to its dedicated issue, but at least for now, I decided to link to the meta-tracking issue so that all of the methods lead users to the same place. But I can revert that bit if desired.

The meta-tracking issue that I filed is #96097.