Expand description
A helpful diagram for debugging dataflow problems.
Macros§
- regex 🔒
Structs§
- Block
Formatter 🔒 - CfgEdge 🔒
- A pair of a basic block and an index into that basic blocks
successors
. - Formatter 🔒
- Rustc
MirAttrs 🔒 - State
Diff 🔒Collector
Enums§
- Background 🔒
- The background color used for zebra-striping the table.
- Output
Style 🔒
Functions§
- dataflow_
successors 🔒 - diff_
pretty 🔒 - write_
graphviz_ 🔒results - Writes a DOT file containing the results of a dataflow analysis if the user requested it via
rustc_mir
attributes and-Z dump-mir-dataflow
. TheResult
in and theResults
out are the same.