summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/in-trait/early-bound-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/in-trait/early-bound-2.rs')
-rw-r--r--tests/ui/async-await/in-trait/early-bound-2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/in-trait/early-bound-2.rs b/tests/ui/async-await/in-trait/early-bound-2.rs
index 1c5a68c2a..270443229 100644
--- a/tests/ui/async-await/in-trait/early-bound-2.rs
+++ b/tests/ui/async-await/in-trait/early-bound-2.rs
@@ -1,7 +1,5 @@
// check-pass
// edition:2021
-// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
-// revisions: current next
#![feature(async_fn_in_trait)]
#![allow(incomplete_features)]