Struct rustc::driver::driver::OutputFilenames[src]

pub struct OutputFilenames {
    pub out_directory: Path,
    pub out_filestem: String,
    pub single_output_file: Option<Path>,
}

Fields

out_directory
out_filestem
single_output_file

Methods

impl OutputFilenames

fn path(&self, flavor: OutputType) -> Path

fn temp_path(&self, flavor: OutputType) -> Path

fn with_extension(&self, extension: &str) -> Path