Move ICH to rustc_query_system.

This commit is contained in:
Camille GILLOT
2020-11-14 16:35:31 +01:00
parent 2d38c53767
commit c355b2e5cd
11 changed files with 30 additions and 39 deletions

View File

@@ -1,3 +1,4 @@
#![feature(assert_matches)]
#![feature(bool_to_option)]
#![feature(core_intrinsics)]
#![feature(hash_raw_entry)]
@@ -14,4 +15,5 @@ extern crate rustc_macros;
pub mod cache;
pub mod dep_graph;
pub mod ich;
pub mod query;