[][src]Function rustc_driver::driver::phase_4_codegen

pub fn phase_4_codegen<'a, 'tcx>(
    codegen_backend: &CodegenBackend,
    tcx: TyCtxt<'a, 'tcx, 'tcx>,
    rx: Receiver<Box<Any + Send>>
) -> Box<Any>
🔬 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?

Run the codegen backend, after which the AST and analysis can be discarded.