Skip to content

Commit 64678d4

Browse files
committed
-Zunpretty help: add missing possible values
1 parent 6888929 commit 64678d4

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
@@ -1902,6 +1902,7 @@ written to standard error output)"),
19021902
`hir` (the HIR), `hir,identified`,
19031903
`hir,typed` (HIR with types for each node),
19041904
`hir-tree` (dump the raw HIR),
1905+
`thir-tree`, `thir-flat`,
19051906
`mir` (the MIR), or `mir-cfg` (graphviz formatted MIR)"),
19061907
unsound_mir_opts: bool = (false, parse_bool, [TRACKED],
19071908
"enable unsound and buggy MIR optimizations (default: no)"),

0 commit comments

Comments
 (0)