mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
cbab347e68
BTreeMap: clarify comments and panics around choose_parent_kv
Fixes a lie in recent code: `unreachable!("empty non-root node")` should shout "empty internal node", but it might as well be good and keep quiet
r? `@Mark-Simulacrum`