summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/issue-72408-nested-closures-exponential.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/issue-72408-nested-closures-exponential.rs')
-rw-r--r--tests/ui/closures/issue-72408-nested-closures-exponential.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/closures/issue-72408-nested-closures-exponential.rs b/tests/ui/closures/issue-72408-nested-closures-exponential.rs
index 2d6ba9365..d064ebcef 100644
--- a/tests/ui/closures/issue-72408-nested-closures-exponential.rs
+++ b/tests/ui/closures/issue-72408-nested-closures-exponential.rs
@@ -1,4 +1,5 @@
// build-pass
+// ignore-compare-mode-next-solver (hangs)
// Closures include captured types twice in a type tree.
//