about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs')
-rw-r--r--tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs b/tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs
index 4cbbefb0f52..069744a3282 100644
--- a/tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs
+++ b/tests/ui/async-await/async-closures/closure-shim-borrowck-error.rs
@@ -1,7 +1,5 @@
 //@ compile-flags: -Zvalidate-mir --edition=2018 --crate-type=lib -Copt-level=3
 
-#![feature(async_closure)]
-
 fn main() {}
 
 fn needs_fn_mut<T>(mut x: impl FnMut() -> T) {