Skip to content

Commit 471cb5c

Browse files
committed
Fully remove rustc_middle::ich.
1 parent 02025d8 commit 471cb5c

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

compiler/rustc_middle/src/ich.rs

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

compiler/rustc_middle/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ pub mod arena;
8484
#[macro_use]
8585
pub mod dep_graph;
8686
pub mod hir;
87-
pub mod ich;
8887
pub mod infer;
8988
pub mod lint;
9089
pub mod middle;

compiler/rustc_middle/src/ty/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ mod context;
110110
mod diagnostics;
111111
mod erase_regions;
112112
mod generics;
113+
mod impls_ty;
113114
mod instance;
114115
mod list;
115116
mod structural_impls;

0 commit comments

Comments
 (0)