mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
33b5ce6433
Add tests that check `Vec::retain` predicate execution order. This behaviour is documented for `Vec::retain` which means that there is code that rely on that but there weren't tests about that.