Enum rustc_ap_rustc_session::config::ExternLocation [−][src]
pub enum ExternLocation { FoundInLibrarySearchDirectories, ExactPaths(BTreeSet<CanonicalizedPath>), }
Variants
Indicates to look for the library in the search paths.
Added via --extern name
.
ExactPaths(BTreeSet<CanonicalizedPath>)
The locations where this extern entry must be found.
The CrateLoader
is responsible for loading these and figuring out
which one to use.
Added via --extern prelude_name=some_file.rlib
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExternLocation
impl Send for ExternLocation
impl Sync for ExternLocation
impl Unpin for ExternLocation
impl UnwindSafe for ExternLocation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V