Function rustc::back::link::filename_for_input[src]
pub fn filename_for_input(sess: &Session, crate_type: CrateType, id: &CrateId, out_filename: &Path) -> Path
pub fn filename_for_input(sess: &Session, crate_type: CrateType, id: &CrateId, out_filename: &Path) -> 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).