We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6888929 commit 64678d4Copy full SHA for 64678d4
compiler/rustc_session/src/options.rs
@@ -1902,6 +1902,7 @@ written to standard error output)"),
1902
`hir` (the HIR), `hir,identified`,
1903
`hir,typed` (HIR with types for each node),
1904
`hir-tree` (dump the raw HIR),
1905
+ `thir-tree`, `thir-flat`,
1906
`mir` (the MIR), or `mir-cfg` (graphviz formatted MIR)"),
1907
unsound_mir_opts: bool = (false, parse_bool, [TRACKED],
1908
"enable unsound and buggy MIR optimizations (default: no)"),
0 commit comments