]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_middle/src/dep_graph/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / compiler / rustc_middle / src / dep_graph / mod.rs
index 6bfd1b7ffab2443a024db15cfe6b46a4832e9be3..e335cb395f84f3b9d4305975cd7835e37928d621 100644 (file)
@@ -12,7 +12,7 @@ pub use rustc_query_system::dep_graph::{
 };
 
 pub use dep_node::{label_strs, DepKind, DepKindStruct, DepNode, DepNodeExt};
-crate use dep_node::{make_compile_codegen_unit, make_compile_mono_item};
+pub(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>;