Update the documented default of -Zmutable-noalias
This commit is contained in:
parent
c9567e2424
commit
aa35158383
1 changed files with 1 additions and 1 deletions
|
@ -1193,7 +1193,7 @@ options! {
|
||||||
move_size_limit: Option<usize> = (None, parse_opt_number, [TRACKED],
|
move_size_limit: Option<usize> = (None, parse_opt_number, [TRACKED],
|
||||||
"the size at which the `large_assignments` lint starts to be emitted"),
|
"the size at which the `large_assignments` lint starts to be emitted"),
|
||||||
mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
|
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],
|
new_llvm_pass_manager: Option<bool> = (None, parse_opt_bool, [TRACKED],
|
||||||
"use new LLVM pass manager (default: no)"),
|
"use new LLVM pass manager (default: no)"),
|
||||||
nll_facts: bool = (false, parse_bool, [UNTRACKED],
|
nll_facts: bool = (false, parse_bool, [UNTRACKED],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue