Function rustc_incremental::persist::save::build_dep_graph[][src]

pub fn build_dep_graph(
    sess: &Session,
    prev_graph: SerializedDepGraph,
    prev_work_products: FxHashMap<WorkProductId, WorkProduct>
) -> Option<DepGraph>