1
Fork 0

Move DepKindStruct from rustc_middle to rustc_query_system

This commit is contained in:
Joshua Nelson 2022-09-11 21:10:53 -05:00
parent 4652f5eb25
commit 93a0fb190e
4 changed files with 65 additions and 63 deletions

View file

@ -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,
};