We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd2bb commit 8cf042cCopy full SHA for 8cf042c
src/mir/debugging.md
@@ -88,6 +88,11 @@ rustc.main.002-006.NoLandingPads.before.mir
88
(Here, the `main-promoted[0]` files refer to the MIR for "promoted constants"
89
that appeared within the `main` function.)
90
91
+The `-Z unpretty=mir-cfg` flag can be used to create a graphviz MIR
92
+control-flow diagram for the whole crate:
93
+
94
+
95
96
TODO: anything else?
97
98
[dataflow state]: ./dataflow.html#graphviz-diagrams
src/mir/mir_cfg.svg
0 commit comments