X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_interface%2Fsrc%2Ftests.rs;h=52a4e0e74181f78092fb85230051352b995a23ac;hb=e19ae977ec4c8eaccd92c8e16da4ca4d6ca318d5;hp=f94bc4d4c66ac9d0fd872586a12308b6aa86731d;hpb=a2712cb4b641d408f2f00d418883c159abaee280;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);