From b454991ac4eef89480679f595cbe81e0d5e23262 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Fri, 20 May 2022 08:54:10 -0400 Subject: Finish bumping stage0 It looks like the last time had left some remaining cfg's -- which made me think that the stage0 bump was actually successful. This brings us to a released 1.62 beta though. --- src/bootstrap/builder.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 0fb66e56a8c..8a7cb4b97d5 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -1440,9 +1440,7 @@ impl<'a> Builder<'a> { }, ); - // FIXME(davidtwco): #[cfg(not(bootstrap))] - #95612 needs to be in the bootstrap compiler - // for this conditional to be removed. - if !target.contains("windows") || compiler.stage >= 1 { + if !target.contains("windows") { let needs_unstable_opts = target.contains("linux") || target.contains("windows") || target.contains("bsd") -- cgit 1.4.1-3-g733a5