Module rustc_session::filesearch[][src]

Expand description

A module for searching for libraries

Re-exports

pub use self::FileMatch::*;

Structs

Enums

Functions

This function checks if sysroot is found using env::args().next(), and if it is not found, uses env::current_exe() to imply sysroot.