1
Fork 0

Do not mark -Z thir-unsafeck as unsound anymore

This commit is contained in:
Léo Lanteri Thauvin 2021-08-23 14:52:42 +02:00
parent 33fdb797f5
commit 6a2b448f2a

View file

@ -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