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§

Constants§

Functions§

Type Aliases§