Description
For example Iterator::map
should have a Self: Sized
bound, but we're a little too aggressive about pruning out the Sized
bounds.
For comparison core::iter::Iterator::map
does indeed have the bound.
For example Iterator::map
should have a Self: Sized
bound, but we're a little too aggressive about pruning out the Sized
bounds.
For comparison core::iter::Iterator::map
does indeed have the bound.