1
Fork 0

Split DepKindStruct in two.

This commit is contained in:
Camille GILLOT 2021-01-19 19:07:06 +01:00
parent 1ac21e4571
commit cdc0b199a9
5 changed files with 151 additions and 103 deletions

View file

@ -3,6 +3,7 @@ use crate::ty::{self, TyCtxt};
use rustc_data_structures::profiling::SelfProfilerRef;
use rustc_data_structures::sync::Lock;
#[macro_use]
mod dep_node;
pub use rustc_query_system::dep_graph::{