about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSabrinaJewson <sejewson@gmail.com>2022-06-20 11:58:10 +0100
committerSabrinaJewson <sejewson@gmail.com>2022-06-20 11:58:10 +0100
commit1818ed7cfe8182c14cf05265d7af21ebd987b71e (patch)
tree6ee82fd75535a777ef1dbc18c49373176defc6b7
parentb1f61ad74bb519bbe97aabfe9b2f04af9991d041 (diff)
downloadrust-1818ed7cfe8182c14cf05265d7af21ebd987b71e.tar.gz
rust-1818ed7cfe8182c14cf05265d7af21ebd987b71e.zip
Add tracking issue for `noop_waker`
-rw-r--r--library/core/src/task/wake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/task/wake.rs b/library/core/src/task/wake.rs
index bf36d3ba2d6..3543e9655fa 100644
--- a/library/core/src/task/wake.rs
+++ b/library/core/src/task/wake.rs
@@ -300,7 +300,7 @@ impl Waker {
     /// ```
     #[inline]
     #[must_use]
-    #[unstable(feature = "noop_waker", issue = "none")]
+    #[unstable(feature = "noop_waker", issue = "98286")]
     pub const fn noop() -> Waker {
         const VTABLE: RawWakerVTable = RawWakerVTable::new(
             // Cloning just returns a new no-op raw waker