You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support counting the actual size correctly in ZippedIterator.
This eliminates the need to use Iterator::size_hint to get an estimate of the actual value's size in ElementsAreMatcher, instead consuming the actual iterator to get the real size when reporting a mismatch.
PiperOrigin-RevId: 515587892
0 commit comments