Fully remove rustc_middle::ich.

This commit is contained in:
Camille GILLOT 2020-11-14 17:04:40 +01:00
parent 02025d86ac
commit 471cb5c149
4 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
//! ICH - Incremental Compilation Hash
mod impls_ty;

View File

@ -84,7 +84,6 @@ pub mod arena;
#[macro_use]
pub mod dep_graph;
pub mod hir;
pub mod ich;
pub mod infer;
pub mod lint;
pub mod middle;

View File

@ -110,6 +110,7 @@ mod context;
mod diagnostics;
mod erase_regions;
mod generics;
mod impls_ty;
mod instance;
mod list;
mod structural_impls;