Skip to content

Commit aa35158

Browse files
committed
Update the documented default of -Zmutable-noalias
1 parent c9567e2 commit aa35158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ options! {
11931193
move_size_limit: Option<usize> = (None, parse_opt_number, [TRACKED],
11941194
"the size at which the `large_assignments` lint starts to be emitted"),
11951195
mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
1196-
"emit noalias metadata for mutable references (default: yes for LLVM >= 12, otherwise no)"),
1196+
"emit noalias metadata for mutable references (default: yes)"),
11971197
new_llvm_pass_manager: Option<bool> = (None, parse_opt_bool, [TRACKED],
11981198
"use new LLVM pass manager (default: no)"),
11991199
nll_facts: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)