Introduce `Box::new_uninit_array` and `Box::new_zeroed_array`
Rust Internals [Unofficial]
April 15, 2026
@pitaj Using TryFrom adds a .unwrap() to the code, which shouldn't be needed (see original post). .unwrap() is also generally considered bad practice in general, and I feel like I shouldn't need one here.
Discussion in the ATmosphere