From b9afc78585fe1cbda5d6a3aed665338e7381ae79 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Mon, 9 Dec 2024 15:08:30 -0800 Subject: [PATCH] Remove rustc_const_stable attribute on const NOOP This was accidentally reintroduced while editing #133089. --- library/core/src/task/wake.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/core/src/task/wake.rs b/library/core/src/task/wake.rs index 6762ed54e5c9b..bfffcc24a46a2 100644 --- a/library/core/src/task/wake.rs +++ b/library/core/src/task/wake.rs @@ -61,7 +61,6 @@ impl RawWaker { } #[stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")] - #[rustc_const_stable(feature = "noop_waker", since = "CURRENT_RUSTC_VERSION")] const NOOP: RawWaker = { const VTABLE: RawWakerVTable = RawWakerVTable::new( // Cloning just returns a new no-op raw waker