Type Definition rustc_metadata::middle::dependency_format::Dependencies
[−]
[src]
type Dependencies = HashMap<CrateType, Vec<Linkage>, BuildHasherDefault<FxHasher>>;
🔬 This is a nightly-only experimental API. (
rustc_private
)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.