cargo::core::compiler::unit_dependencies

Function 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.