We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9567e2 commit aa35158Copy full SHA for aa35158
compiler/rustc_session/src/options.rs
@@ -1193,7 +1193,7 @@ options! {
1193
move_size_limit: Option<usize> = (None, parse_opt_number, [TRACKED],
1194
"the size at which the `large_assignments` lint starts to be emitted"),
1195
mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
1196
- "emit noalias metadata for mutable references (default: yes for LLVM >= 12, otherwise no)"),
+ "emit noalias metadata for mutable references (default: yes)"),
1197
new_llvm_pass_manager: Option<bool> = (None, parse_opt_bool, [TRACKED],
1198
"use new LLVM pass manager (default: no)"),
1199
nll_facts: bool = (false, parse_bool, [UNTRACKED],
0 commit comments