diff options
| author | Eric Holk <ericholk@microsoft.com> | 2024-11-15 17:42:09 -0800 |
|---|---|---|
| committer | Eric Holk <ericholk@microsoft.com> | 2024-12-05 14:14:17 -0800 |
| commit | 72ce1ab42f3be927f6f039a592222e054a0b0eaf (patch) | |
| tree | c6b55b18d08a39feda03093b9a7a4a99a2c34f81 /tests/coverage/async2.rs | |
| parent | c94848c046d29f9a80c09aae758e27e418a289f2 (diff) | |
| download | rust-72ce1ab42f3be927f6f039a592222e054a0b0eaf.tar.gz rust-72ce1ab42f3be927f6f039a592222e054a0b0eaf.zip | |
Stabilize noop_waker
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
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 |
