Skip to content

Commit 8bb5c12

Browse files
committed
Update the documented default of -Z mutable-noalias
It has been fully disabled by default since #54639.
1 parent 2e72448 commit 8bb5c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
13451345
mir_opt_level: usize = (1, parse_uint, [TRACKED],
13461346
"set the MIR optimization level (0-3, default: 1)"),
13471347
mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
1348-
"emit noalias metadata for mutable references (default: yes on LLVM >= 6)"),
1348+
"emit noalias metadata for mutable references (default: no)"),
13491349
dump_mir: Option<String> = (None, parse_opt_string, [UNTRACKED],
13501350
"dump MIR state to file.
13511351
`val` is used to select which passes and functions to dump. For example:

0 commit comments

Comments
 (0)