mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 07:35:39 +00:00
BTreeMap mutable iterators should not take any reference to visited nodes during iteration Fixes #73915, overlapping mutable references during BTreeMap iteration r? `@RalfJung`