Tracking issue for #![feature(entry_insert)] (original) (raw)

This is a tracking issue for the Entry::insert_entry method on HashMap and BTreeMap introduced in #60142 (comment).

impl<'a, K, V> Entry<'a, K, V> {
pub fn insert_entry(self, value: V) -> OccupiedEntry<'a, K, V> {…}
}