[][src]Function rustc_codegen_llvm::back::write::start_executing_work

fn start_executing_work(
    tcx: TyCtxt,
    crate_info: &CrateInfo,
    shared_emitter: SharedEmitter,
    codegen_worker_send: Sender<Message>,
    coordinator_receive: Receiver<Box<Any + Send>>,
    total_cgus: usize,
    jobserver: Client,
    time_graph: Option<TimeGraph>,
    modules_config: Arc<ModuleConfig>,
    metadata_config: Arc<ModuleConfig>,
    allocator_config: Arc<ModuleConfig>
) -> JoinHandle<Result<CompiledModules, ()>>
🔬 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?