Skip to content

Commit b8ac5c0

Browse files
scottmcmonur-ozkan
andcommitted
Update src/bootstrap/src/core/builder.rs
Co-authored-by: Onur Özkan <[email protected]>
1 parent 90b4c86 commit b8ac5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ impl<'a> Builder<'a> {
21032103
// during incremental builds" heuristic for the standard library.
21042104
rustflags.arg("-Zinline-mir");
21052105

2106-
// always pass this after the next `#[cfg(bootstrap)]` update.
2106+
// FIXME: always pass this after the next `#[cfg(bootstrap)]` update.
21072107
if compiler.stage != 0 {
21082108
// Similarly, we need to keep debug info for functions inlined into other std functions,
21092109
// even if we're not going to output debuginfo for the crate we're currently building,

0 commit comments

Comments
 (0)