Mention the type in the label, to avoid confusion at the cost of redundancy

This commit is contained in:
Esteban Küber 2026-01-13 16:59:03 +00:00
parent 27e09ce0be
commit 1fe705ca70
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ error[E0277]: `std::ops::Range<T>` is not an iterator
--> missing-bound.rs:2:14
|
2 | for _ in t {}
| ^ not an iterator
| ^ `Range<T>` is not an iterator
|
= note: `Range` only implements `Iterator` for select types in the standard library, particularly integers; to see the full list of types, see the documentation for the unstable `Step` trait
= note: required for `std::ops::Range<T>` to implement `Iterator`