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.
1 parent a2d97d3 commit 5ffc73fCopy full SHA for 5ffc73f
library/core/src/range/iter.rs
@@ -168,7 +168,7 @@ impl<A: Step> IterRangeInclusive<A> {
168
}
169
170
171
-#[unstable(feature = "trusted_random_access", issue = "none")]
+#[unstable(feature = "new_range_api", issue = "125687")]
172
impl<A: Step> Iterator for IterRangeInclusive<A> {
173
type Item = A;
174
@@ -302,7 +302,7 @@ impl<A> IterRangeFrom<A> {
302
303
304
305
306
impl<A: Step> Iterator for IterRangeFrom<A> {
307
308
0 commit comments