run_compiler in rustc_interface::interface - Rust (original) (raw)
Function run_compiler
pub fn run_compiler<R: Send>(
config: Config,
f: impl FnOnce(&Compiler) -> R + Send,
) -> R
pub fn run_compiler<R: Send>(
config: Config,
f: impl FnOnce(&Compiler) -> R + Send,
) -> R