Module rustc_query_system::dep_graph::graph
source · Structs§
- CurrentDepGraph π
CurrentDepGraph
stores the dependency graph for the current session. It will be populated as we run queries or tasks. We never remove nodes from the graph: they are only added. - DepGraphData π
- DepNodeColorMap π
- EdgeIndex π
- 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 π
Constants§
- COMPRESSED_NONE π
- COMPRESSED_RED π