about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/moro-example.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/moro-example.rs')
-rw-r--r--tests/ui/async-await/async-closures/moro-example.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/moro-example.rs b/tests/ui/async-await/async-closures/moro-example.rs
index c331b8e5b5e..502b3e1bbf8 100644
--- a/tests/ui/async-await/async-closures/moro-example.rs
+++ b/tests/ui/async-await/async-closures/moro-example.rs
@@ -1,8 +1,6 @@
 //@ check-pass
 //@ edition: 2021
 
-#![feature(async_closure)]
-
 use std::future::Future;
 use std::pin::Pin;
 use std::{marker::PhantomData, sync::Mutex};