Skip to content

Commit ae01e9c

Browse files
committed
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.
1 parent 61f73e8 commit ae01e9c

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

compiler/rustc_middle/src/ich/mod.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

triagebot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ dep-bumps = [
15861586
"/compiler/rustc_codegen_llvm/src/debuginfo" = ["compiler", "debuginfo"]
15871587
"/compiler/rustc_codegen_ssa" = ["compiler", "codegen"]
15881588
"/compiler/rustc_middle/src/dep_graph" = ["compiler", "incremental", "query-system"]
1589-
"/compiler/rustc_middle/src/ich" = ["compiler", "incremental", "query-system"]
1589+
"/compiler/rustc_middle/src/ich.rs" = ["compiler", "incremental", "query-system"]
15901590
"/compiler/rustc_middle/src/mir" = ["compiler", "mir"]
15911591
"/compiler/rustc_middle/src/traits" = ["compiler", "types"]
15921592
"/compiler/rustc_middle/src/query" = ["compiler", "query-system"]

0 commit comments

Comments
 (0)