Split DepKindStruct in two.
This commit is contained in:
parent
1ac21e4571
commit
cdc0b199a9
5 changed files with 151 additions and 103 deletions
|
@ -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::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue