mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
btree: add `{Entry,VacantEntry}::insert_entry`
This matches the recently-stabilized methods on `HashMap` entries. I've
reused tracking issue #65225 for now, but we may want to split it.