Module rustc_query_system::dep_graph::graph
source · Structs§
- Current
DepGraph π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. - DepGraph
Data π - DepNode
Color πMap - Edge
Index π - 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§
- DepNode
Color π
Constants§
- COMPRESSE
D_ πNONE - COMPRESSE
D_ πRED