Function rustc_driver::run_compiler_with_file_loader [] [src]

pub fn run_compiler_with_file_loader<'a, L>(args: &[String], callbacks: &mut CompilerCalls<'a>, loader: Box<L>) -> (CompileResult, Option<Session>) where L: FileLoader + 'static
Unstable (rustc_private)