summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2024-11-14 16:12:17 -0500
committerSam Estep <sam@samestep.com>2024-11-15 12:46:40 -0500
commit090c24fbbfde43ebffb8a05e26bff4aceb98dfb8 (patch)
treee1d9939c67cb970d891345de27c1ab20517b46a3 /compiler/rustc_interface/src/tests.rs
parent12eaa3ab8465431d18696489e29be95fedf4da6d (diff)
downloadrust-090c24fbbfde43ebffb8a05e26bff4aceb98dfb8.tar.gz
rust-090c24fbbfde43ebffb8a05e26bff4aceb98dfb8.zip
Merge `-Zhir-stats` into `-Zinput-stats`
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 2361231b3fb..e48c4d46b59 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -698,7 +698,6 @@ fn test_unstable_options_tracking_hash() {
     untracked!(dylib_lto, true);
     untracked!(emit_stack_sizes, true);
     untracked!(future_incompat_test, true);
-    untracked!(hir_stats, true);
     untracked!(identify_regions, true);
     untracked!(incremental_info, true);
     untracked!(incremental_verify_ich, true);