Remove rustc_middle::ich::hcx module.

`rustc_middle::ich` is now just a very thin wrapper around
`rustc_middle::ich::hcx`, so the contents of the latter can be moved
into the former.
This commit is contained in:
Nicholas Nethercote
2026-04-08 14:48:35 +10:00
parent f01d549c29
commit b7ba58e511
3 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
//! ICH - Incremental Compilation Hash
pub use self::hcx::StableHashingContext;
mod hcx;
+1 -1
View File
@@ -1590,7 +1590,7 @@ dep-bumps = [
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
"/compiler/rustc_codegen_ssa" = ["compiler", "codegen"]
"/compiler/rustc_middle/src/dep_graph" = ["compiler", "incremental", "query-system"]
"/compiler/rustc_middle/src/ich" = ["compiler", "incremental", "query-system"]
"/compiler/rustc_middle/src/ich.rs" = ["compiler", "incremental", "query-system"]
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
"/compiler/rustc_middle/src/query" = ["compiler", "query-system"]