summaryrefslogtreecommitdiffstats
path: root/tests/ui/transmutability/references.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/transmutability/references.rs')
-rw-r--r--tests/ui/transmutability/references.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/transmutability/references.rs b/tests/ui/transmutability/references.rs
index af3ff0ec1..8c2b25ebb 100644
--- a/tests/ui/transmutability/references.rs
+++ b/tests/ui/transmutability/references.rs
@@ -1,3 +1,6 @@
+// revisions: current next
+//[next] compile-flags: -Ztrait-solver=next
+
//! Transmutations involving references are not yet supported.
#![crate_type = "lib"]