diff options
| author | Michael Goulet <michael@errs.io> | 2023-07-03 15:19:08 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-07-03 21:40:04 +0000 |
| commit | 810fbf086d30521617faf8cdb3b6f175c6809766 (patch) | |
| tree | e000ce120d3bdfdcc1a28098c3338008666f50d8 /compiler/rustc_interface/src | |
| parent | 8931edf746da6aa2d86412516d805f5680929a5e (diff) | |
| download | rust-810fbf086d30521617faf8cdb3b6f175c6809766.tar.gz rust-810fbf086d30521617faf8cdb3b6f175c6809766.zip | |
Remove chalk from the compiler
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
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)); |
