We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d46b1e commit 9943b56Copy full SHA for 9943b56
compiler/rustc_session/src/options.rs
@@ -1671,7 +1671,7 @@ options! {
1671
"adds unstable command line options to rustc interface (default: no)"),
1672
use_ctors_section: Option<bool> = (None, parse_opt_bool, [TRACKED],
1673
"use legacy .ctors section for initializers rather than .init_array"),
1674
- validate_mir: bool = (false, parse_bool, [UNTRACKED],
+ validate_mir: bool = (true, parse_bool, [UNTRACKED],
1675
"validate MIR after each transformation"),
1676
#[rustc_lint_opt_deny_field_access("use `Session::verbose` instead of this field")]
1677
verbose: bool = (false, parse_bool, [UNTRACKED],
0 commit comments