]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_middle/src/dep_graph/mod.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / compiler / rustc_middle / src / dep_graph / mod.rs
index 31bea8329587d7469350bd4bc8c550f2a9fbf029..aa61219ad789e9f523e3c01bd9abd30453435db9 100644 (file)
@@ -18,7 +18,6 @@ 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>;
 pub type DepGraphQuery = rustc_query_system::dep_graph::DepGraphQuery<DepKind>;
-pub type PreviousDepGraph = rustc_query_system::dep_graph::PreviousDepGraph<DepKind>;
 pub type SerializedDepGraph = rustc_query_system::dep_graph::SerializedDepGraph<DepKind>;
 pub type EdgeFilter = rustc_query_system::dep_graph::debug::EdgeFilter<DepKind>;