Function rustc::back::rpath::get_rpath_relative_to_output[src]
pub fn get_rpath_relative_to_output(os: Os, output: &Path, lib: &Path) -> String
pub fn get_rpath_relative_to_output(os: Os, output: &Path, lib: &Path) -> String
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).