Skip to content

Commit

Permalink
Rollup merge of rust-lang#65118 - cuviper:Zmutable-noalias-default, r…
Browse files Browse the repository at this point in the history
…=rkruppe

Update the documented default of -Z mutable-noalias

It has been fully disabled by default since rust-lang#54639.
  • Loading branch information
tmandry committed Oct 6, 2019
2 parents 2f4b471 + 8bb5c12 commit a1eac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
mir_opt_level: usize = (1, parse_uint, [TRACKED],
"set the MIR optimization level (0-3, default: 1)"),
mutable_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
"emit noalias metadata for mutable references (default: yes on LLVM >= 6)"),
"emit noalias metadata for mutable references (default: no)"),
dump_mir: Option<String> = (None, parse_opt_string, [UNTRACKED],
"dump MIR state to file.
`val` is used to select which passes and functions to dump. For example:
Expand Down

0 comments on commit a1eac17

Please sign in to comment.