@@ -1353,10 +1353,15 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
1353
1353
unpretty: Option <String > = ( None , parse_unpretty, [ UNTRACKED ] ,
1354
1354
"Present the input source, unstable (and less-pretty) variants;
1355
1355
valid types are any of the types for `--pretty`, as well as:
1356
+ `expanded`, `expanded,identified`,
1357
+ `expanded,hygiene` (with internal representations),
1356
1358
`flowgraph=<nodeid>` (graphviz formatted flowgraph for node),
1359
+ `flowgraph,unlabelled=<nodeid>` (unlabelled graphviz formatted flowgraph for node),
1357
1360
`everybody_loops` (all function bodies replaced with `loop {}`),
1358
- `hir` (the HIR), `hir,identified`, or
1359
- `hir,typed` (HIR with types for each node)." ) ,
1361
+ `hir` (the HIR), `hir,identified`,
1362
+ `hir,typed` (HIR with types for each node),
1363
+ `hir-tree` (dump the raw HIR),
1364
+ `mir` (the MIR), or `mir-cfg` (graphviz formatted MIR)" ) ,
1360
1365
run_dsymutil: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
1361
1366
"run `dsymutil` and delete intermediate object files" ) ,
1362
1367
ui_testing: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments