We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noop_waker
1 parent b1f61ad commit 1818ed7Copy full SHA for 1818ed7
library/core/src/task/wake.rs
@@ -300,7 +300,7 @@ impl Waker {
300
/// ```
301
#[inline]
302
#[must_use]
303
- #[unstable(feature = "noop_waker", issue = "none")]
+ #[unstable(feature = "noop_waker", issue = "98286")]
304
pub const fn noop() -> Waker {
305
const VTABLE: RawWakerVTable = RawWakerVTable::new(
306
// Cloning just returns a new no-op raw waker
0 commit comments