summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/in-trait/implied-bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/in-trait/implied-bounds.rs')
-rw-r--r--tests/ui/async-await/in-trait/implied-bounds.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ui/async-await/in-trait/implied-bounds.rs b/tests/ui/async-await/in-trait/implied-bounds.rs
index 45ada1d84..52bceb3cc 100644
--- a/tests/ui/async-await/in-trait/implied-bounds.rs
+++ b/tests/ui/async-await/in-trait/implied-bounds.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)]