mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 08:36:52 -04:00
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:
@@ -1,5 +0,0 @@
|
||||
//! ICH - Incremental Compilation Hash
|
||||
|
||||
pub use self::hcx::StableHashingContext;
|
||||
|
||||
mod hcx;
|
||||
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user