From b8ac5c0f91125cd962607826c50193c64bbc14ed Mon Sep 17 00:00:00 2001 From: scottmcm Date: Thu, 18 Apr 2024 06:04:59 +0000 Subject: [PATCH] Update src/bootstrap/src/core/builder.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Onur Özkan --- src/bootstrap/src/core/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/src/core/builder.rs b/src/bootstrap/src/core/builder.rs index 80c38b80e774c..27ab6eac03a5a 100644 --- a/src/bootstrap/src/core/builder.rs +++ b/src/bootstrap/src/core/builder.rs @@ -2103,7 +2103,7 @@ impl<'a> Builder<'a> { // during incremental builds" heuristic for the standard library. rustflags.arg("-Zinline-mir"); - // always pass this after the next `#[cfg(bootstrap)]` update. + // FIXME: always pass this after the next `#[cfg(bootstrap)]` update. if compiler.stage != 0 { // Similarly, we need to keep debug info for functions inlined into other std functions, // even if we're not going to output debuginfo for the crate we're currently building,