Function cargo::core::compiler::link_targets
source · 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”.