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

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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.