about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/def-path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/def-path.rs')
-rw-r--r--tests/ui/async-await/async-closures/def-path.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/def-path.rs b/tests/ui/async-await/async-closures/def-path.rs
index 70450697816..838556966e8 100644
--- a/tests/ui/async-await/async-closures/def-path.rs
+++ b/tests/ui/async-await/async-closures/def-path.rs
@@ -1,8 +1,6 @@
 //@ compile-flags: -Zverbose-internals
 //@ edition:2021
 
-#![feature(async_closure)]
-
 fn main() {
     let x = async || {};
     //~^ NOTE the expected `async` closure body