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`.
This commit is contained in:
Jubilee 2023-10-28 17:08:04 -07:00 committed by GitHub
commit 10c9c7c02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1899,6 +1899,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)"),