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 8939b87 commit a47d6ebCopy full SHA for a47d6eb
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