Function cargo::core::compiler::unit_dependencies::compute_deps

source ยท
fn compute_deps(
    unit: &Unit,
    state: &mut State<'_, '_>,
    unit_for: UnitFor
) -> CargoResult<Vec<UnitDep>>
Expand description

Returns the direct unit dependencies for the given Unit.