Move DepKindStruct
from rustc_middle to rustc_query_system
This commit is contained in:
parent
4652f5eb25
commit
93a0fb190e
4 changed files with 65 additions and 63 deletions
|
@ -4,7 +4,7 @@ mod graph;
|
|||
mod query;
|
||||
mod serialized;
|
||||
|
||||
pub use dep_node::{DepNode, DepNodeParams, WorkProductId};
|
||||
pub use dep_node::{DepKindStruct, DepNode, DepNodeParams, WorkProductId};
|
||||
pub use graph::{
|
||||
hash_result, DepGraph, DepNodeColor, DepNodeIndex, TaskDeps, TaskDepsRef, WorkProduct,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue