about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/ambiguous-arg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-closures/ambiguous-arg.rs')
-rw-r--r--tests/ui/async-await/async-closures/ambiguous-arg.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-closures/ambiguous-arg.rs b/tests/ui/async-await/async-closures/ambiguous-arg.rs
index d76a1cf953e..e8e6ff6d97c 100644
--- a/tests/ui/async-await/async-closures/ambiguous-arg.rs
+++ b/tests/ui/async-await/async-closures/ambiguous-arg.rs
@@ -3,8 +3,6 @@
 // Regression test for #123901. We previously ICE'd as we silently
 // swallowed an in the `ExprUseVisitor`.
 
-#![feature(async_closure)]
-
 pub fn test(test: &u64, temp: &u64) {
     async |check, a, b| {
         //~^ ERROR type annotations needed