Module rustc::back::archive[src]
A helper class for dealing with static archives
Structs
| Archive | |
| ArchiveRO |
Statics
pub static METADATA_FILENAME: &'static str = "rust.metadata.bin" |
A helper class for dealing with static archives
| Archive | |
| ArchiveRO |
pub static METADATA_FILENAME: &'static str = "rust.metadata.bin" |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).