std::ops::Range
does not implement Clone when possible.
#21384
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
The iterator returned by the now-old
range
function implements Clone, so I don't see whyops::Range
doesn't.The text was updated successfully, but these errors were encountered: