Skip to content

Commit 8fab111

Browse files
committed
Add rustc --pretty flowgraph to man page
1 parent c9a77d0 commit 8fab111

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

man/rustc.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ Parse only; do not compile, assemble, or link
6060
\fB\-\-pretty\fR [TYPE]
6161
Pretty-print the input instead of compiling; valid types are: normal
6262
(un-annotated source), expanded (crates expanded), typed (crates
63-
expanded, with type annotations), or identified (fully parenthesized,
64-
AST nodes and blocks with IDs)
63+
expanded, with type annotations), identified (fully parenthesized,
64+
AST nodes and blocks with IDs), or flowgraph=<nodeid> (graphviz
65+
formatted flowgraph for node)
6566
.TP
6667
\fB\-\-dep-info\fR [FILENAME]
6768
Output dependency info to <filename> after compiling, in o format suitable

0 commit comments

Comments
 (0)