[][src]Function rustc_driver::run_compiler

pub fn run_compiler<'a>(
    args: &[String],
    callbacks: Box<CompilerCalls<'a> + Send + 'a>,
    file_loader: Option<Box<FileLoader + Send + Sync + 'static>>,
    emitter_dest: Option<Box<Write + Send>>
) -> (CompileResult, Option<Session>)
🔬 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?