rustc::middle::dependency_format::DependenciesUnstable [-] [+] [src]

type Dependencies = FnvHashMap<CrateType, DependencyList>;

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.