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 4065d67 commit b235a48Copy full SHA for b235a48
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