diff options
| author | Sam Estep <sam@samestep.com> | 2024-11-14 16:12:17 -0500 |
|---|---|---|
| committer | Sam Estep <sam@samestep.com> | 2024-11-15 12:46:40 -0500 |
| commit | 090c24fbbfde43ebffb8a05e26bff4aceb98dfb8 (patch) | |
| tree | e1d9939c67cb970d891345de27c1ab20517b46a3 /compiler/rustc_interface/src/tests.rs | |
| parent | 12eaa3ab8465431d18696489e29be95fedf4da6d (diff) | |
| download | rust-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.rs | 1 |
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); |
