]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #73971 - ssomers:slice_slasher, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 9 Sep 2020 17:40:46 +0000 (17:40 +0000)
committerbors <bors@rust-lang.org>
Wed, 9 Sep 2020 17:40:46 +0000 (17:40 +0000)
BTreeMap mutable iterators should not take any reference to visited nodes during iteration

Fixes #73915, overlapping mutable references during BTreeMap iteration

r? `@RalfJung`


Trivial merge