about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs')
-rw-r--r--tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs b/tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs
index 19f366cc903..19a31d1889b 100644
--- a/tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs
+++ b/tests/ui/async-await/async-closures/without-precise-captures-we-are-powerless.rs
@@ -4,8 +4,6 @@
 // sure that we don't ICE or anything, even if precise closure captures means
 // that we can't actually borrowck successfully.
 
-#![feature(async_closure)]
-
 fn outlives<'a>(_: impl Sized + 'a) {}
 
 async fn call_once(f: impl AsyncFnOnce()) {