pub type Dependencies = Vec<(CrateType, DependencyList)>;
Expand description

A mapping of all required dependencies for a particular flavor of output.

This is local to the tcx, and is generally relevant to one session.

Aliased Type§

struct Dependencies {
    buf: RawVec<(CrateType, Vec<Linkage>)>,
    len: usize,
}

Fields§

§buf: RawVec<(CrateType, Vec<Linkage>)>§len: usize

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes