about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/inline-body.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/inline-body.rs')
-rw-r--r--tests/ui/async-await/async-closures/inline-body.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/async-closures/inline-body.rs b/tests/ui/async-await/async-closures/inline-body.rs
index 1bd2da6e899..b7d7102c287 100644
--- a/tests/ui/async-await/async-closures/inline-body.rs
+++ b/tests/ui/async-await/async-closures/inline-body.rs
@@ -6,7 +6,7 @@
 // `mir_inliner_callees` for the synthetic by-move coroutine body since
 // its def-id wasn't previously being considered.
 
-#![feature(async_closure, noop_waker)]
+#![feature(async_closure)]
 
 use std::future::Future;
 use std::pin::pin;