ArrayChunks::into_remainder does not return None when there is no remainder #116000
Labels
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: into_remainder returns None when there is no remainder
Instead, this happened: into_remainder returns Some of an iterator with zero elements
The text was updated successfully, but these errors were encountered: