We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94acf3c + 133222d commit f869bb3Copy full SHA for f869bb3
src/compiler-debugging.md
@@ -301,7 +301,8 @@ Right below you can find elaborate explainers on a selected few.
301
302
Some compiler options for debugging specific features yield graphviz graphs -
303
e.g. the `#[rustc_mir(borrowck_graphviz_postflow="suffix.dot")]` attribute
304
-dumps various borrow-checker dataflow graphs.
+on a function dumps various borrow-checker dataflow graphs in conjunction with
305
+`-Zdump-mir-dataflow`.
306
307
These all produce `.dot` files. To view these files, install graphviz (e.g.
308
`apt-get install graphviz`) and then run the following commands:
0 commit comments