[][src]Function rustc_codegen_llvm::back::lto::fat_lto

fn fat_lto(
    cgcx: &CodegenContext,
    diag_handler: &Handler,
    modules: Vec<ModuleCodegen>,
    serialized_modules: Vec<(SerializedModule, CString)>,
    symbol_white_list: &[*const c_char],
    timeline: &mut Timeline
) -> Result<Vec<LtoModuleCodegen>, FatalError>
🔬 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?