about summary refs log tree commit diff
path: root/tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs
diff options
context:
space:
mode:
authorjackh726 <git@jackhuey.me>2025-09-28 23:04:55 +0000
committerJack Huey <31162821+jackh726@users.noreply.github.com>2025-09-30 12:58:28 -0400
commitd1bbd39c59523d7a5499816a9da200a5910f8b7f (patch)
tree7838d10fbefd94f88ca80892648422a8336f433f /tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs
parent6f34f4ee074ce0affc7bbf4e2c835f66cd576f13 (diff)
downloadrust-d1bbd39c59523d7a5499816a9da200a5910f8b7f.tar.gz
rust-d1bbd39c59523d7a5499816a9da200a5910f8b7f.zip
Split Bound into Canonical and Bound
Diffstat (limited to 'tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs')
-rw-r--r--tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs b/tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs
index f6ebf787f81..55d7cc30ec9 100644
--- a/tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs
+++ b/tests/ui/async-await/async-closures/post-mono-higher-ranked-hang.rs
@@ -2,6 +2,10 @@
 //@ aux-build:block-on.rs
 //@ edition:2021
 
+//@ revisions: current next
+//@ ignore-compare-mode-next-solver (explicit revisions)
+//@[next] compile-flags: -Znext-solver
+
 // Regression test for <https://github.com/rust-lang/rust/issues/135780>.
 
 extern crate block_on;