Function rustc_interface::interface::run_compiler

source ยท
pub fn run_compiler<R: Send>(
    config: Config,
    f: impl FnOnce(&Compiler) -> R + Send,
) -> R