Skip to content

Commit 10c9c7c

Browse files
Rollup merge of #117311 - RalfJung:unpretty-thir-help, r=petrochenkov
-Zunpretty help: add missing possible values `-Zunpretty` accepts "thir-tree" and "thir-flat", but that was not shown in `-Zhelp`.
2 parents 61cd3d0 + 64678d4 commit 10c9c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_session/src/options.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1899,6 +1899,7 @@ written to standard error output)"),
18991899
`hir` (the HIR), `hir,identified`,
19001900
`hir,typed` (HIR with types for each node),
19011901
`hir-tree` (dump the raw HIR),
1902+
`thir-tree`, `thir-flat`,
19021903
`mir` (the MIR), or `mir-cfg` (graphviz formatted MIR)"),
19031904
unsound_mir_opts: bool = (false, parse_bool, [TRACKED],
19041905
"enable unsound and buggy MIR optimizations (default: no)"),

0 commit comments

Comments
 (0)