Skip to content

Commit 5d5b1d4

Browse files
scottmcmonur-ozkan
andauthored
Update src/bootstrap/src/core/builder.rs
Co-authored-by: Onur Özkan <onurozkan.dev@outlook.com>
1 parent 39cfa1d commit 5d5b1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ impl<'a> Builder<'a> {
20722072
// during incremental builds" heuristic for the standard library.
20732073
rustflags.arg("-Zinline-mir");
20742074

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

0 commit comments

Comments
 (0)