Function rustc_incremental::persist::load::setup_dep_graph

source ·
pub fn setup_dep_graph(sess: &Session) -> Result<DepGraph, ErrorGuaranteed>
Expand description

Setups the dependency graph by loading an existing graph from disk and set up streaming of a new graph to an incremental session directory.