fn find_cascading_rebuilds(
root_rebuild: UnitIndex,
dependents: &HashMap<UnitIndex, Vec<UnitIndex>>,
rebuilt_units: &HashSet<UnitIndex>,
) -> Vec<UnitIndex>Expand description
Finds all units that were rebuilt as a cascading effect of the given root rebuild.