Function cargo::core::compiler::compilation::target_linker

source ยท
fn target_linker(
    bcx: &BuildContext<'_, '_>,
    kind: CompileKind
) -> CargoResult<Option<PathBuf>>
Expand description

Gets the user-specified linker for a particular host or target from the configuration.