Do not mark -Z thir-unsafeck
as unsound anymore
This commit is contained in:
parent
33fdb797f5
commit
6a2b448f2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue