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,4 +1,5 @@
#![feature(crate_visibility_modifier)]
#![feature(min_specialization)]
#![feature(once_cell)]
#![recursion_limit = "256"]