about summary refs log tree commit diff
path: root/library/core/src/iter/sources.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/iter/sources.rs')
-rw-r--r--library/core/src/iter/sources.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/iter/sources.rs b/library/core/src/iter/sources.rs
index fd9330201ff..8e27edb73c9 100644
--- a/library/core/src/iter/sources.rs
+++ b/library/core/src/iter/sources.rs
@@ -19,7 +19,7 @@ pub use self::empty::{Empty, empty};
 pub use self::from_coroutine::{FromCoroutine, from_coroutine};
 #[stable(feature = "iter_from_fn", since = "1.34.0")]
 pub use self::from_fn::{FromFn, from_fn};
-#[unstable(feature = "iter_macro", issue = "none", reason = "generators are unstable")]
+#[unstable(feature = "iter_macro", issue = "142269", reason = "generators are unstable")]
 pub use self::generator::iter;
 #[stable(feature = "iter_once", since = "1.2.0")]
 pub use self::once::{Once, once};