File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
compiler/rustc_session/src Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1833,7 +1833,8 @@ options! {
1833
1833
enable unsound (known-buggy and hence usually disabled) passes without further warning! \
1834
1834
Passes that are not specified are enabled or disabled by other flags as usual.") ,
1835
1835
mir_include_spans: Option <bool > = ( None , parse_opt_bool, [ UNTRACKED ] ,
1836
- "use line numbers relative to the function in mir pretty printing" ) ,
1836
+ "include extra comments in mir pretty printing, like line numbers and statement indices, \
1837
+ details about types, etc. (default: no)") ,
1837
1838
mir_keep_place_mention: bool = ( false , parse_bool, [ TRACKED ] ,
1838
1839
"keep place mention MIR statements, interpreted e.g., by miri; implies -Zmir-opt-level=0 \
1839
1840
(default: no)") ,
You can’t perform that action at this time.
0 commit comments