Module rustc::session::filesearch [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Re-exports
pub use self::FileMatch::*; |
use std::borrow::Cow; |
use std::collections::HashSet; |
use std::env; |
use std::fs; |
use std::path::Path; |
use std::path::PathBuf; |
use session::search_paths::SearchPaths; |
use session::search_paths::PathKind; |
use util::fs as rustcfs; |
Structs
FileSearch |
[ Experimental ]
|
Enums
FileMatch |
[ Experimental ]
|
Constants
RUST_LIB_DIR |
[ Experimental ]
|
Functions
find_libdir |
[ Experimental ]
|
get_or_default_sysroot |
[ Experimental ]
|
make_target_lib_path |
[ Experimental ]
|
relative_target_lib_path |
[ Experimental ]
|