Module rustc_metadata::creader [] [src]

Unstable (rustc_private)

Validates all used crates and extern libraries and loads their metadata

Structs

CrateReader [Unstable]

Functions

import_codemap [Unstable]

Imports the codemap from an external crate into the codemap of the crate currently being compiled (the "local crate").

read_local_crates [Unstable]

Traverses an AST, reading all the information about use'd crates and extern libraries necessary for later resolving, typechecking, linking, etc.