Skip to content

Commit

Permalink
Do not mark -Z thir-unsafeck as unsound anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSeulArtichaut committed Aug 23, 2021
1 parent 33fdb79 commit 6a2b448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/options.rs
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 6a2b448

Please sign in to comment.