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