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