mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:57:53 +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.