mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

If the right-hand iterator has exactly one more element than the left-hand iterator, then both iterators will be fully consumed, but the extra element will never be compared.