summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/inference.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-inherent-types/inference.rs')
-rw-r--r--tests/ui/associated-inherent-types/inference.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/associated-inherent-types/inference.rs b/tests/ui/associated-inherent-types/inference.rs
index ebd8e1d55..66f879c5a 100644
--- a/tests/ui/associated-inherent-types/inference.rs
+++ b/tests/ui/associated-inherent-types/inference.rs
@@ -1,5 +1,7 @@
// Testing inference capabilities.
// check-pass
+// revisions: current next
+//[next] compile-flags: -Ztrait-solver=next
#![feature(inherent_associated_types)]
#![allow(incomplete_features)]