Skip to content

Commit 350f3aa

Browse files
committed
auto merge of #15607 : lucidd/rust/master, r=pnkfelix
I used the same description rustc --help outputs.
2 parents 6323e86 + 8fab111 commit 350f3aa

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
@@ -63,8 +63,9 @@ Parse only; do not compile, assemble, or link
6363
\fB\-\-pretty\fR [TYPE]
6464
Pretty-print the input instead of compiling; valid types are: normal
6565
(un-annotated source), expanded (crates expanded), typed (crates
66-
expanded, with type annotations), or identified (fully parenthesized,
67-
AST nodes and blocks with IDs)
66+
expanded, with type annotations), identified (fully parenthesized,
67+
AST nodes and blocks with IDs), or flowgraph=<nodeid> (graphviz
68+
formatted flowgraph for node)
6869
.TP
6970
\fB\-\-dep-info\fR [FILENAME]
7071
Output dependency info to <filename> after compiling, in o format suitable

0 commit comments

Comments
 (0)