about summary refs log tree commit diff
path: root/tests/mir-opt/async_closure_shims.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/async_closure_shims.rs')
-rw-r--r--tests/mir-opt/async_closure_shims.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/async_closure_shims.rs b/tests/mir-opt/async_closure_shims.rs
index b2168ba0c46..f28400e298f 100644
--- a/tests/mir-opt/async_closure_shims.rs
+++ b/tests/mir-opt/async_closure_shims.rs
@@ -1,7 +1,7 @@
 //@ edition:2021
 // skip-filecheck
 
-#![feature(async_closure, noop_waker, async_fn_traits)]
+#![feature(async_closure, async_fn_traits)]
 #![allow(unused)]
 
 use std::future::Future;