We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed8b3b9 + 12c94c9 commit 8eaeff9Copy full SHA for 8eaeff9
core/src/iter/traits/iterator.rs
@@ -58,6 +58,11 @@ fn _assert_is_object_safe(_: &dyn Iterator<Item = ()>) {}
58
note = "if you want to iterate between `start` until a value `end`, use the exclusive range \
59
syntax `start..end` or the inclusive range syntax `start..=end`"
60
),
61
+ on(
62
+ _Self = "{float}",
63
+ note = "if you want to iterate between `start` until a value `end`, use the exclusive range \
64
+ syntax `start..end` or the inclusive range syntax `start..=end`"
65
+ ),
66
label = "`{Self}` is not an iterator",
67
message = "`{Self}` is not an iterator"
68
)]
0 commit comments