File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ pub use self::adapters::{Intersperse, IntersperseWith};
420420 issue = "42168"
421421) ]
422422pub use self :: range:: Step ;
423- #[ unstable( feature = "iter_macro" , issue = "none " , reason = "generators are unstable" ) ]
423+ #[ unstable( feature = "iter_macro" , issue = "142269 " , reason = "generators are unstable" ) ]
424424pub use self :: sources:: iter;
425425#[ stable( feature = "iter_empty" , since = "1.2.0" ) ]
426426pub use self :: sources:: { Empty , empty} ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pub use self::empty::{Empty, empty};
1919pub use self :: from_coroutine:: { FromCoroutine , from_coroutine} ;
2020#[ stable( feature = "iter_from_fn" , since = "1.34.0" ) ]
2121pub use self :: from_fn:: { FromFn , from_fn} ;
22- #[ unstable( feature = "iter_macro" , issue = "none " , reason = "generators are unstable" ) ]
22+ #[ unstable( feature = "iter_macro" , issue = "142269 " , reason = "generators are unstable" ) ]
2323pub use self :: generator:: iter;
2424#[ stable( feature = "iter_once" , since = "1.2.0" ) ]
2525pub use self :: once:: { Once , once} ;
Original file line number Diff line number Diff line change 1818/// let v: Vec<_> = it.collect();
1919/// assert_eq!(v, [1, 2, 3]);
2020/// ```
21- #[ unstable( feature = "iter_macro" , issue = "none " , reason = "generators are unstable" ) ]
21+ #[ unstable( feature = "iter_macro" , issue = "142269 " , reason = "generators are unstable" ) ]
2222#[ allow_internal_unstable( coroutines, iter_from_coroutine) ]
2323#[ rustc_builtin_macro]
2424pub macro iter( $( $t: tt) * ) {
You can’t perform that action at this time.
0 commit comments