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.
2 parents 61cd3d0 + 64678d4 commit 10c9c7cCopy full SHA for 10c9c7c
compiler/rustc_session/src/options.rs
@@ -1899,6 +1899,7 @@ written to standard error output)"),
1899
`hir` (the HIR), `hir,identified`,
1900
`hir,typed` (HIR with types for each node),
1901
`hir-tree` (dump the raw HIR),
1902
+ `thir-tree`, `thir-flat`,
1903
`mir` (the MIR), or `mir-cfg` (graphviz formatted MIR)"),
1904
unsound_mir_opts: bool = (false, parse_bool, [TRACKED],
1905
"enable unsound and buggy MIR optimizations (default: no)"),
0 commit comments