Function cargo::core::compiler::unit_dependencies::deps_of_roots
source ยท fn deps_of_roots(roots: &[Unit], state: &mut State<'_, '_>) -> CargoResult<()>
Expand description
Compute all the dependencies of the given root units. The result is stored in state.unit_dependencies.