mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
1d5b2dc945
Prevent specialized ZipImpl from calling `__iterator_get_unchecked` twice with the same index Fixes #82291 It's open for review, but conflicts with #82289, wait before merging. The conflict involves only the new test, so it should be rather trivial to fix.