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_ast_passes/src/lib.rs | |
| parent | 12eaa3ab8465431d18696489e29be95fedf4da6d (diff) | |
| download | rust-090c24fbbfde43ebffb8a05e26bff4aceb98dfb8.tar.gz rust-090c24fbbfde43ebffb8a05e26bff4aceb98dfb8.zip | |
Merge `-Zhir-stats` into `-Zinput-stats`
Diffstat (limited to 'compiler/rustc_ast_passes/src/lib.rs')
| -rw-r--r-- | compiler/rustc_ast_passes/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast_passes/src/lib.rs b/compiler/rustc_ast_passes/src/lib.rs index 88c6bde3106..86752da79ae 100644 --- a/compiler/rustc_ast_passes/src/lib.rs +++ b/compiler/rustc_ast_passes/src/lib.rs @@ -18,7 +18,6 @@ pub mod ast_validation; mod errors; pub mod feature_gate; -pub mod node_count; pub mod show_span; rustc_fluent_macro::fluent_messages! { "../messages.ftl" } |
