mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
cbcd1c3eef
Better handle when trying to iterate on a `Range` of a type that isn't `Step` Mention when a trait bound corresponds to an unstable trait. Mention `Range` when `Step` bound is unment, and explain that only some std types impl `Iterator` for `Range`. CC rust-lang/rust#151026