]> git.lizzy.rs Git - rust.git/commit
Fix bugs where unique_range became invalid
authorBen Kimock <kimockb@gmail.com>
Tue, 19 Jul 2022 21:08:17 +0000 (17:08 -0400)
committerBen Kimock <kimockb@gmail.com>
Wed, 20 Jul 2022 00:02:20 +0000 (20:02 -0400)
commitdb93abe8234ad14d8adca09b5d6f93030a82d4b6
tree57c82841dd838489a104c323fc128bead72053d0
parenta7e51ac99ef6ebf505f9d1e584ea0f180354a5cd
Fix bugs where unique_range became invalid

And also expand the cache integrity checks to cover this case, and
generally assert a lot more about the unique_range, then tighten up
sloppy implementation scenarios that this uncovered.
src/stacked_borrows/stack.rs