diff options
| author | bors <bors@rust-lang.org> | 2024-12-06 18:34:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-06 18:34:16 +0000 |
| commit | 8dc83770f748c6cd16b342889ca2240397c19534 (patch) | |
| tree | 6f77676a804d20057409da533446d2e7b060c17e /tests/coverage/async2.rs | |
| parent | cdeddae4f6f0934d9cc895fe1cacccba78ff1981 (diff) | |
| parent | 72ce1ab42f3be927f6f039a592222e054a0b0eaf (diff) | |
| download | rust-8dc83770f748c6cd16b342889ca2240397c19534.tar.gz rust-8dc83770f748c6cd16b342889ca2240397c19534.zip | |
Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay
Stabilize noop_waker Tracking Issue: #98286 This is a handy feature that's been used widely in tests and example async code and it'd be nice to make it available to users. cc `@rust-lang/wg-async`
Diffstat (limited to 'tests/coverage/async2.rs')
| -rw-r--r-- | tests/coverage/async2.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/coverage/async2.rs b/tests/coverage/async2.rs index f52c848f6f2..9bd4821518a 100644 --- a/tests/coverage/async2.rs +++ b/tests/coverage/async2.rs @@ -1,5 +1,4 @@ #![feature(coverage_attribute)] -#![feature(noop_waker)] //@ edition: 2018 //@ aux-build: executor.rs |
