ToPrimitive
bound on Iterator
impl for Range
and related traits.
#13
Labels
ToPrimitive
bound on Iterator
impl for Range
and related traits.
#13
See this line which references rust-lang/rust#10414, now closed. The modern
Range
trait in the stdlib uses an unstableStep
trait to generate itssize_hint
; perhaps something similar would work for this crate?The text was updated successfully, but these errors were encountered: