about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-07 07:06:53 +0000
committerbors <bors@rust-lang.org>2023-07-07 07:06:53 +0000
commitfa6cf3f0f92e8536da894941881c953cb2284105 (patch)
tree90e85fd048dde3c6d999ff957244308e5f8a3a0d /compiler/rustc_interface/src
parentc8b3992da82d973031ed56630765f947fe7fe394 (diff)
parent536c9108b1b4c26c4ec4f319cb4356568f280cba (diff)
downloadrust-fa6cf3f0f92e8536da894941881c953cb2284105.tar.gz
rust-fa6cf3f0f92e8536da894941881c953cb2284105.zip
Auto merge of #2970 - rust-lang:rustup2023-07-07, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'compiler/rustc_interface/src')
-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 0f5dba1df14..09141afd137 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -841,7 +841,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(thir_unsafeck, true);
     tracked!(tiny_const_eval_limit, true);
     tracked!(tls_model, Some(TlsModel::GeneralDynamic));
-    tracked!(trait_solver, TraitSolver::Chalk);
+    tracked!(trait_solver, TraitSolver::NextCoherence);
     tracked!(translate_remapped_path_to_local_path, false);
     tracked!(trap_unreachable, Some(false));
     tracked!(treat_err_as_bug, NonZeroUsize::new(1));