We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Zmir-include-spans
1 parent 96f49eb commit ce8facdCopy full SHA for ce8facd
compiler/rustc_session/src/options.rs
@@ -1833,7 +1833,8 @@ options! {
1833
enable unsound (known-buggy and hence usually disabled) passes without further warning! \
1834
Passes that are not specified are enabled or disabled by other flags as usual."),
1835
mir_include_spans: Option<bool> = (None, parse_opt_bool, [UNTRACKED],
1836
- "use line numbers relative to the function in mir pretty printing"),
+ "include extra comments in mir pretty printing, like line numbers and statement indices, \
1837
+ details about types, etc. (default: no)"),
1838
mir_keep_place_mention: bool = (false, parse_bool, [TRACKED],
1839
"keep place mention MIR statements, interpreted e.g., by miri; implies -Zmir-opt-level=0 \
1840
(default: no)"),
0 commit comments