[][src]Module rustc::dep_graph::graph

🔬 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?

Structs

AnonOpenTask [
Experimental
]
CurrentDepGraph [
Experimental
]
DepGraph [
Experimental
]
DepGraphData [
Experimental
]
DepNodeColorMap [
Experimental
]
DepNodeIndex [
Experimental
]
RegularOpenTask [
Experimental
]
WorkProduct [
Experimental
]

A "work product" is an intermediate result that we save into the incremental directory for later re-use. The primary example are the object files that we save for each partition at code generation time.

Enums

DepNodeColor [
Experimental
]
OpenTask [
Experimental
]
WorkProductFileKind [
Experimental
]

Constants

COMPRESSED_FIRST_GREEN [
Experimental
]
COMPRESSED_NONE [
Experimental
]
COMPRESSED_RED [
Experimental
]