1
Fork 0

Introduce CompileMonoItem DepNode

This commit is contained in:
bjorn3 2021-04-12 13:58:12 +02:00
parent 67e402f946
commit 15bfd9da85
4 changed files with 38 additions and 9 deletions

View file

@ -12,8 +12,8 @@ pub use rustc_query_system::dep_graph::{
SerializedDepNodeIndex, WorkProduct, WorkProductId,
};
crate use dep_node::make_compile_codegen_unit;
pub use dep_node::{label_strs, DepKind, DepNode, DepNodeExt};
crate use dep_node::{make_compile_codegen_unit, make_compile_mono_item};
pub type DepGraph = rustc_query_system::dep_graph::DepGraph<DepKind>;
pub type TaskDeps = rustc_query_system::dep_graph::TaskDeps<DepKind>;