Function rustc::driver::driver::build_output_filenames[src]
pub fn build_output_filenames(input: &Input, odir: &Option<Path>, ofile: &Option<Path>, attrs: &[Attribute], sess: &Session) -> OutputFilenames
pub fn build_output_filenames(input: &Input, odir: &Option<Path>, ofile: &Option<Path>, attrs: &[Attribute], sess: &Session) -> OutputFilenames
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).