fn merge_resolution_registries(
target: &mut ProjectResolutionRegistry,
source: ProjectResolutionRegistry,
control: &IndexWorkControl,
) -> Result<(), CliError>Expand description
Merge normalized candidate registries while retaining one entity per digest.