about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/fn-exception-target-features.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/fn-exception-target-features.rs')
-rw-r--r--tests/ui/async-await/async-closures/fn-exception-target-features.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/async-closures/fn-exception-target-features.rs b/tests/ui/async-await/async-closures/fn-exception-target-features.rs
index eb554650b7c..82fc776fd2c 100644
--- a/tests/ui/async-await/async-closures/fn-exception-target-features.rs
+++ b/tests/ui/async-await/async-closures/fn-exception-target-features.rs
@@ -1,7 +1,7 @@
 //@ edition: 2021
 //@ only-x86_64
 
-#![feature(async_closure, target_feature_11)]
+#![feature(target_feature_11)]
 // `target_feature_11` just to test safe functions w/ target features.
 
 use std::pin::Pin;