Skip to content

Commit

Permalink
Update the documented default of -Zmutable-noalias
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Nov 5, 2021
1 parent c9567e2 commit aa35158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/options.rs
Expand Up @@ -1193,7 +1193,7 @@ options! {
move_size_limit: Option<usize> = (None, parse_opt_number, [TRACKED],
"the size at which the `large_assignments` lint starts to be emitted"),
mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
"emit noalias metadata for mutable references (default: yes for LLVM >= 12, otherwise no)"),
"emit noalias metadata for mutable references (default: yes)"),
new_llvm_pass_manager: Option<bool> = (None, parse_opt_bool, [TRACKED],
"use new LLVM pass manager (default: no)"),
nll_facts: bool = (false, parse_bool, [UNTRACKED],
Expand Down

0 comments on commit aa35158

Please sign in to comment.