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.
fn deps_of_roots(roots: &[Unit], state: &mut State<'_, '_>) -> CargoResult<()>Compute all the dependencies of the given root units.
The result is stored in state.unit_dependencies.