summaryrefslogtreecommitdiffstats
path: root/tests/ui/dyn-star/param-env-region-infer.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/dyn-star/param-env-region-infer.rs9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/ui/dyn-star/param-env-region-infer.rs b/tests/ui/dyn-star/param-env-region-infer.rs
index 537473abc..50dec94d2 100644
--- a/tests/ui/dyn-star/param-env-region-infer.rs
+++ b/tests/ui/dyn-star/param-env-region-infer.rs
@@ -1,9 +1,10 @@
-// revisions: current next
-// Need `-Zdeduplicate-diagnostics=yes` because the number of cycle errors
-// emitted is for some horrible reason platform-specific.
-//[next] compile-flags: -Ztrait-solver=next -Zdeduplicate-diagnostics=yes
+// revisions: current
// incremental
+// FIXME(-Ztrait-solver=next): THis currently results in unstable query results:
+// `normalizes-to(opaque, opaque)` changes from `Maybe(Ambiguous)` to `Maybe(Overflow)`
+// once the hidden type of the opaque is already defined to be itself.
+
// checks that we don't ICE if there are region inference variables in the environment
// when computing `PointerLike` builtin candidates.