Behavior of Iterator::zip does not match with documentation when iterator is not fused #50225
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Iterator::zip
says:However, it is not always true; it actually returns
Some
afterNone
when the source iterator is not fused.Playground
The text was updated successfully, but these errors were encountered: