Function cargo::core::compiler::link_targets

source ·
fn link_targets(
    cx: &mut Context<'_, '_>,
    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”.