Rollup merge of #134100 - eholk:noop-rustc-const-stable, r=dtolnay

Remove rustc_const_stable attribute on const NOOP

This was accidentally reintroduced while editing #133089.

r? dtolnay
This commit is contained in:
León Orell Valerian Liehr 2024-12-10 20:16:03 +01:00 committed by GitHub
commit f621be4ecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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