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, 2 insertions, 0 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 270443229..1c5a68c2a 100644
--- a/tests/ui/async-await/in-trait/early-bound-2.rs
+++ b/tests/ui/async-await/in-trait/early-bound-2.rs
@@ -1,5 +1,7 @@
// 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)]