Skip to content

Commit

Permalink
Add rustc --pretty flowgraph to man page
Browse files Browse the repository at this point in the history
lucidd committed Jul 11, 2014
1 parent c9a77d0 commit 8fab111
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions man/rustc.1
Original file line number Diff line number Diff line change
@@ -60,8 +60,9 @@ Parse only; do not compile, assemble, or link
\fB\-\-pretty\fR [TYPE]
Pretty-print the input instead of compiling; valid types are: normal
(un-annotated source), expanded (crates expanded), typed (crates
expanded, with type annotations), or identified (fully parenthesized,
AST nodes and blocks with IDs)
expanded, with type annotations), identified (fully parenthesized,
AST nodes and blocks with IDs), or flowgraph=<nodeid> (graphviz
formatted flowgraph for node)
.TP
\fB\-\-dep-info\fR [FILENAME]
Output dependency info to <filename> after compiling, in o format suitable

0 comments on commit 8fab111

Please sign in to comment.