We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Zthir-unsafeck
1 parent 22112e4 commit 0f8bac9Copy full SHA for 0f8bac9
compiler/rustc_session/src/options.rs
@@ -1286,7 +1286,7 @@ options! {
1286
"select processor to schedule for (`rustc --print target-cpus` for details)"),
1287
thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED],
1288
"enable ThinLTO when possible"),
1289
- thir_unsafeck: bool = (false, parse_bool, [TRACKED],
+ thir_unsafeck: bool = (true, parse_bool, [TRACKED],
1290
"use the THIR unsafety checker (default: no)"),
1291
/// We default to 1 here since we want to behave like
1292
/// a sequential compiler for now. This'll likely be adjusted
0 commit comments