mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
f873367243
Stabilize entry_insert This stabilises `HashMap::Entry::insert_entry`, following the FCP in tracking issue #65225. This was implemented in #64656 five years ago.