Module rustc::dep_graph::debug [] [src]

Unstable (rustc_private)

Code for debugging the dep-graph.

Structs

DepNodeFilter [Unstable]

A dep-node filter goes from a user-defined string to a query over nodes. Right now the format is like this:

EdgeFilter [Unstable]

A filter like F -> G where F and G are valid dep-node filters. This can be used to test the source/target independently.