about summary refs log tree commit diff
path: root/tests/ui/async-await/in-trait/async-generics-and-bounds.rs
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2023-03-14 19:23:16 -0300
committerSantiago Pastorino <spastorino@gmail.com>2023-03-15 16:58:37 -0300
commitc5c43407603599f4ff2b217cc09be2cc5f39967d (patch)
tree2da1f288edc8f032d34ed274d9e2da11f81792d4 /tests/ui/async-await/in-trait/async-generics-and-bounds.rs
parent11f181083136f1a91feb4061c640d8c753e3c5f0 (diff)
downloadrust-c5c43407603599f4ff2b217cc09be2cc5f39967d.tar.gz
rust-c5c43407603599f4ff2b217cc09be2cc5f39967d.zip
Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-ty
Diffstat (limited to 'tests/ui/async-await/in-trait/async-generics-and-bounds.rs')
-rw-r--r--tests/ui/async-await/in-trait/async-generics-and-bounds.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/async-await/in-trait/async-generics-and-bounds.rs b/tests/ui/async-await/in-trait/async-generics-and-bounds.rs
index a73d55adfec..146e74ec2d0 100644
--- a/tests/ui/async-await/in-trait/async-generics-and-bounds.rs
+++ b/tests/ui/async-await/in-trait/async-generics-and-bounds.rs
@@ -1,6 +1,8 @@
 // check-fail
 // known-bug: #102682
 // edition: 2021
+// [next] compile-flags: -Zlower-impl-trait-in-trait-to-assoc-ty
+// revisions: current next
 
 #![feature(async_fn_in_trait)]
 #![allow(incomplete_features)]