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 |
pub struct OutputFilenames {
pub out_directory: Path,
pub out_filestem: String,
pub single_output_file: Option<Path>,
}out_directory | |
out_filestem | |
single_output_file |
impl OutputFilenamesfn path(&self, flavor: OutputType) -> Pathfn temp_path(&self, flavor: OutputType) -> Pathfn with_extension(&self, extension: &str) -> Path
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).