File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ to visualize them. This can be done with the `-Zdump-mir` flags described in
162162either "all" or the name of the MIR body you are interested in.
163163
164164These ` .dot ` files will be saved in your ` mir_dump ` directory and will have the
165- ` NAME ` of the analysis (e.g. ` maybe_inits ` ) as part of their filename. Each
165+ [ ` NAME ` ] of the analysis (e.g. ` maybe_inits ` ) as part of their filename. Each
166166visualization will display the full dataflow state at entry and exit of each
167167block, as well as any changes that occur in each statement and terminator. See
168168the example below:
@@ -177,6 +177,7 @@ the example below:
177177[ `Engine` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/struct.Engine.html
178178[ `GenKillAnalysis` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/trait.GenKillAnalysis.html
179179[ `JoinSemiLattice` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/lattice/trait.JoinSemiLattice.html
180+ [ `NAME` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/trait.AnalysisDomain.html#associatedconstant.NAME
180181[ `ResultsCursor` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/struct.ResultsCursor.html
181182[ `ResultsVisitor` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/trait.ResultsVisitor.html
182183[ `apply_call_return_effect` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/dataflow/trait.Analysis.html#tymethod.apply_call_return_effect
You can’t perform that action at this time.
0 commit comments