fn calc_deps_of_std(
    state: &mut State<'_, '_>,
    std_roots: &HashMap<CompileKind, Vec<Unit>>
) -> CargoResult<Option<UnitGraph>>
Expand description

Compute all the dependencies for the standard library.