about summary refs log tree commit diff
path: root/tests/ui/async-await/track-caller/async-closure-gate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/track-caller/async-closure-gate.rs')
-rw-r--r--tests/ui/async-await/track-caller/async-closure-gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/track-caller/async-closure-gate.rs b/tests/ui/async-await/track-caller/async-closure-gate.rs
index 4b88255bc36..e72ce2afa45 100644
--- a/tests/ui/async-await/track-caller/async-closure-gate.rs
+++ b/tests/ui/async-await/track-caller/async-closure-gate.rs
@@ -1,7 +1,7 @@
 //@ edition:2021
 //@ revisions: afn nofeat
 
-#![feature(async_closure, stmt_expr_attributes)]
+#![feature(stmt_expr_attributes)]
 #![cfg_attr(afn, feature(async_fn_track_caller))]
 
 fn main() {