rustc::middle::dependency_format::Dependencies [] [src]

type Dependencies = FnvHashMap<CrateTypeDependencyList>;
Unstable (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.