mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
5915190fed
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.