rustc_mir_dataflow::framework

Module graphviz

Source
Expand description

A helpful diagram for debugging dataflow problems.

Macrosยง

Structsยง

Enumsยง

Functionsยง

  • diff_pretty ๐Ÿ”’
  • 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. The Result in and the Results out are the same.