diff options
| author | SabrinaJewson <sejewson@gmail.com> | 2022-06-20 11:58:10 +0100 |
|---|---|---|
| committer | SabrinaJewson <sejewson@gmail.com> | 2022-06-20 11:58:10 +0100 |
| commit | 1818ed7cfe8182c14cf05265d7af21ebd987b71e (patch) | |
| tree | 6ee82fd75535a777ef1dbc18c49373176defc6b7 | |
| parent | b1f61ad74bb519bbe97aabfe9b2f04af9991d041 (diff) | |
| download | rust-1818ed7cfe8182c14cf05265d7af21ebd987b71e.tar.gz rust-1818ed7cfe8182c14cf05265d7af21ebd987b71e.zip | |
Add tracking issue for `noop_waker`
| -rw-r--r-- | library/core/src/task/wake.rs | 2 |
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 |
