X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_interface%2Fsrc%2Ftests.rs;h=52a4e0e74181f78092fb85230051352b995a23ac;hb=d65f60d2767816805111ee406e7f36a723e1cfcb;hp=f94bc4d4c66ac9d0fd872586a12308b6aa86731d;hpb=d26c88c75231ab90b522fb061383f8e0156f1f20;p=rust.git diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index f94bc4d4c66..52a4e0e7418 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -802,6 +802,7 @@ macro_rules! tracked { tracked!(teach, true); tracked!(thinlto, Some(true)); tracked!(thir_unsafeck, true); + tracked!(tiny_const_eval_limit, true); tracked!(tls_model, Some(TlsModel::GeneralDynamic)); tracked!(trait_solver, TraitSolver::Chalk); tracked!(translate_remapped_path_to_local_path, false);