about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/liballoc/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/task.rs b/src/liballoc/task.rs
index 3705ec9dcb6..8cd21c10805 100644
--- a/src/liballoc/task.rs
+++ b/src/liballoc/task.rs
@@ -1,4 +1,4 @@
-#![unstable(feature = "wake_trait", issue = "0")]
+#![unstable(feature = "wake_trait", issue = "69912")]
 //! Types and Traits for working with asynchronous tasks.
 use core::mem::{self, ManuallyDrop};
 use core::task::{RawWaker, RawWakerVTable, Waker};