about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/validate-synthetic-body.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/validate-synthetic-body.rs')
-rw-r--r--tests/ui/async-await/async-closures/validate-synthetic-body.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/validate-synthetic-body.rs b/tests/ui/async-await/async-closures/validate-synthetic-body.rs
index 67e683ac08a..3fd7382f7f9 100644
--- a/tests/ui/async-await/async-closures/validate-synthetic-body.rs
+++ b/tests/ui/async-await/async-closures/validate-synthetic-body.rs
@@ -1,8 +1,6 @@
 //@ check-pass
 //@ edition: 2021
 
-#![feature(async_closure)]
-
 // Make sure that we don't hit a query cycle when validating
 // the by-move coroutine body for an async closure.