@@ -1353,10 +1353,15 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
13531353 unpretty: Option <String > = ( None , parse_unpretty, [ UNTRACKED ] ,
13541354 "Present the input source, unstable (and less-pretty) variants;
13551355 valid types are any of the types for `--pretty`, as well as:
1356+ `expanded`, `expanded,identified`,
1357+ `expanded,hygiene` (with internal representations),
13561358 `flowgraph=<nodeid>` (graphviz formatted flowgraph for node),
1359+ `flowgraph,unlabelled=<nodeid>` (unlabelled graphviz formatted flowgraph for node),
13571360 `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)" ) ,
13601365 run_dsymutil: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
13611366 "run `dsymutil` and delete intermediate object files" ) ,
13621367 ui_testing: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments