rustc::middle::dependency_format::Dependencies[src]
type Dependencies = HashMap<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.
type Dependencies = HashMap<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.
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).