mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fully remove rustc_middle::ich.
This commit is contained in:
parent
02025d86ac
commit
471cb5c149
@ -1,3 +0,0 @@
|
||||
//! ICH - Incremental Compilation Hash
|
||||
|
||||
mod impls_ty;
|
@ -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;
|
||||
|
@ -110,6 +110,7 @@ mod context;
|
||||
mod diagnostics;
|
||||
mod erase_regions;
|
||||
mod generics;
|
||||
mod impls_ty;
|
||||
mod instance;
|
||||
mod list;
|
||||
mod structural_impls;
|
||||
|
Loading…
Reference in New Issue
Block a user