Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #154191 - pitaj:fix-154124, r=tgross35
refactor RangeFromIter overflow-checks impl
Crates with different overflow-checks settings accessing the same RangeFromIter resulted in incorrect values being yielded
Fixes rust-lang/rust#154124
r? @tgross35