-Zunpretty help: add missing possible values

This commit is contained in:
Ralf Jung 2023-10-28 11:34:13 +02:00
parent 688892938e
commit 64678d4667

View File

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