We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Z thir-unsafeck
1 parent 33fdb79 commit 6a2b448Copy full SHA for 6a2b448
compiler/rustc_session/src/options.rs
@@ -1287,7 +1287,7 @@ options! {
1287
thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED],
1288
"enable ThinLTO when possible"),
1289
thir_unsafeck: bool = (false, parse_bool, [TRACKED],
1290
- "use the work-in-progress THIR unsafety checker. NOTE: this is unsound (default: no)"),
+ "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
1293
/// in the future. Note that -Zthreads=0 is the way to get
0 commit comments