Skip to content

Commit

Permalink
Rollup merge of #88259 - LeSeulArtichaut:complete-thir-unsafeck, r=ol…
Browse files Browse the repository at this point in the history
…i-obk

Do not mark `-Z thir-unsafeck` as unsound anymore

The initial implementation of the THIR unsafety checker is now complete (rust-lang/project-thir-unsafeck#7).

r? `@oli-obk`
  • Loading branch information
m-ou-se committed Aug 23, 2021
2 parents c31e02a + 6a2b448 commit e710132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ options! {
thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED],
"enable ThinLTO when possible"),
thir_unsafeck: bool = (false, parse_bool, [TRACKED],
"use the work-in-progress THIR unsafety checker. NOTE: this is unsound (default: no)"),
"use the THIR unsafety checker (default: no)"),
/// We default to 1 here since we want to behave like
/// a sequential compiler for now. This'll likely be adjusted
/// in the future. Note that -Zthreads=0 is the way to get
Expand Down

0 comments on commit e710132

Please sign in to comment.