about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/ops/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/ops/mod.rs b/src/libcore/ops/mod.rs
index a51b1911028..0f415a60c80 100644
--- a/src/libcore/ops/mod.rs
+++ b/src/libcore/ops/mod.rs
@@ -190,7 +190,7 @@ pub use self::range::{RangeInclusive, RangeToInclusive};
 #[unstable(feature = "try_trait", issue = "42327")]
 pub use self::try::Try;
 
-#[unstable(feature = "generator_trait", issue = "0")]
+#[unstable(feature = "generator_trait", issue = "43122")]
 pub use self::generator::{Generator, State};
 
 #[unstable(feature = "placement_new_protocol", issue = "27779")]