mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 06:15:29 +00:00
BTreeMap: clean up access to MaybeUninit arrays Stop exposing and using immutable access to `MaybeUninit` slices when we need and have exclusive access to the tree. r? `@Mark-Simulacrum`