about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2024-03-01 12:33:42 +0100
committerlcnr <rust@lcnr.de>2024-09-05 07:57:16 +0000
commit1a893ac648e03732aaa8b5371b602ab683970b0d (patch)
tree1db86cfc2d2051e5a1e915eecc43592810178739 /compiler/rustc_interface/src/tests.rs
parent009e73825af0e59ad4fc603562e038b3dbd6593a (diff)
downloadrust-1a893ac648e03732aaa8b5371b602ab683970b0d.tar.gz
rust-1a893ac648e03732aaa8b5371b602ab683970b0d.zip
stabilize `-Znext-solver=coherence`
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 42fed98df01..50422df8ee6 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -808,7 +808,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(mir_opt_level, Some(4));
     tracked!(move_size_limit, Some(4096));
     tracked!(mutable_noalias, false);
-    tracked!(next_solver, Some(NextSolverConfig { coherence: true, globally: false }));
+    tracked!(next_solver, NextSolverConfig { coherence: true, globally: true });
     tracked!(no_generate_arange_section, true);
     tracked!(no_jump_tables, true);
     tracked!(no_link, true);