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

🔬 This is a nightly-only experimental API. (rustc_private)

Code for debugging the dep-graph.

Structs

DepNodeFilter [
Experimental
]

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

EdgeFilter [
Experimental
]

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