Function rustc_incremental::setup_dep_graph
source · pub fn setup_dep_graph(
sess: &Session,
crate_name: Symbol,
stable_crate_id: StableCrateId
) -> 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.