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/ui/async-await/async-drop.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/ui/async-await/async-drop.rs')
| -rw-r--r-- | tests/ui/async-await/async-drop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/async-drop.rs b/tests/ui/async-await/async-drop.rs index 4e60598661f..d3884680e51 100644 --- a/tests/ui/async-await/async-drop.rs +++ b/tests/ui/async-await/async-drop.rs @@ -5,7 +5,7 @@ // please consider modifying miri's async drop test at // `src/tools/miri/tests/pass/async-drop.rs`. -#![feature(async_drop, impl_trait_in_assoc_type, noop_waker, async_closure)] +#![feature(async_drop, impl_trait_in_assoc_type, async_closure)] #![allow(incomplete_features, dead_code)] //@ edition: 2021 |
