Function rustc_incremental::persist::fs::staging_dep_graph_path

source ·
pub(crate) fn staging_dep_graph_path(sess: &Session) -> PathBuf
Expand description

Returns the path to a session’s staging dependency graph.

On the difference between dep-graph and staging dep-graph, see build_dep_graph.