about summary refs log tree commit diff
path: root/tests/ui/async-await/send-bound-async-closure.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/send-bound-async-closure.rs')
-rw-r--r--tests/ui/async-await/send-bound-async-closure.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/async-await/send-bound-async-closure.rs b/tests/ui/async-await/send-bound-async-closure.rs
index 2732fa5d466..e4a9ae4cc75 100644
--- a/tests/ui/async-await/send-bound-async-closure.rs
+++ b/tests/ui/async-await/send-bound-async-closure.rs
@@ -1,5 +1,8 @@
 //@ edition: 2021
 //@ check-pass
+//@ revisions: current next
+//@ ignore-compare-mode-next-solver (explicit revisions)
+//@[next] compile-flags: -Znext-solver
 
 // This test verifies that we do not create a query cycle when typechecking has several inference
 // variables that point to the same coroutine interior type.