fn link_targets(
build_runner: &mut BuildRunner<'_, '_>,
unit: &Unit,
fresh: bool,
) -> CargoResult<Work>Expand description
Link the compiled target (often of form foo-{metadata_hash}) to the
final target. This must happen during both “Fresh” and “Compile”.