mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
d92155bf6a
BTreeMap mutable iterators should not take any reference to visited nodes during iteration Fixes #73915, overlapping mutable references during BTreeMap iteration r? `@RalfJung`