]> git.lizzy.rs Git - rust.git/commitdiff
Add rustc --pretty flowgraph to man page
authorKevin Walter <kevin.walter.private@googlemail.com>
Fri, 11 Jul 2014 13:51:01 +0000 (15:51 +0200)
committerKevin Walter <kevin.walter.private@googlemail.com>
Fri, 11 Jul 2014 13:51:01 +0000 (15:51 +0200)
man/rustc.1

index 2484960cac6da5f2d9b78056b573ca9a62bbd1a2..eb6cfb65054ca47d0fc0f7c3a1baa8993b10b462 100644 (file)
@@ -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