Function cargo::core::compiler::unit_dependencies::calc_deps_of_std

source ยท
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.