Skip to content

Commit

Permalink
Unrolled build for rust-lang#134100
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#134100 - eholk:noop-rustc-const-stable, r=dtolnay

Remove rustc_const_stable attribute on const NOOP

This was accidentally reintroduced while editing rust-lang#133089.

r? dtolnay
  • Loading branch information
rust-timer authored Dec 11, 2024
2 parents 33c245b + b9afc78 commit 2bb230a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/task/wake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bb230a

Please sign in to comment.