Function arret::subcommand::compile::try_compile_input_file[][src]

fn try_compile_input_file(
    ccx: &CompileCtx,
    options: GenProgramOptions<'_>,
    input_file: &SourceFile,
    output_path: &Path,
    debug_info: bool
) -> Result<(), Vec<Diagnostic<FileId>>>