[][src]Function rustc_codegen_llvm::back::link::link_binary

Important traits for Vec<u8>
pub(crate) fn link_binary(
    sess: &Session,
    codegen_results: &CodegenResults,
    outputs: &OutputFilenames,
    crate_name: &str
) -> Vec<PathBuf>
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Perform the linkage portion of the compilation phase. This will generate all of the requested outputs for this compilation session.