Function rustc_interface::interface::run_compiler

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