[][src]Module rustc_metadata::cstore

🔬 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 rustc::middle::cstore::NativeLibraryKind::*;

Structs

CStore [
Experimental
]
CrateMetadata [
Experimental
]
CrateSource [
Experimental
]

Where a crate came from on the local filesystem. One of these three options must be non-None.

ForeignModule [
Experimental
]
ImportedSourceFile [
Experimental
]

Holds information about a syntax_pos::SourceFile imported from another crate. See imported_source_files() for more information.

MetadataBlob [
Experimental
]
NativeLibrary [
Experimental
]

Enums

LibSource [
Experimental
]
LinkagePreference [
Experimental
]
LoadedMacro [
Experimental
]
NativeLibraryKind [
Experimental
]

Functions

provide [
Experimental
]
provide_extern [
Experimental
]

Type Definitions

CrateNumMap [
Experimental
]
MetadataRef [
Experimental
]