mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 23:06:25 +00:00
Add MaybeUninit array transpose From impls See discussion in https://github.com/rust-lang/rust/pull/101179 and https://github.com/rust-lang/rust/issues/96097. I believe this solution offers the simplest implementation with minimal future API regret. `@RalfJung` mind doing a correctness review?