We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cfa1d commit 5d5b1d4Copy full SHA for 5d5b1d4
src/bootstrap/src/core/builder.rs
@@ -2072,7 +2072,7 @@ impl<'a> Builder<'a> {
2072
// during incremental builds" heuristic for the standard library.
2073
rustflags.arg("-Zinline-mir");
2074
2075
- // always pass this after the next `#[cfg(bootstrap)]` update.
+ // FIXME: always pass this after the next `#[cfg(bootstrap)]` update.
2076
if compiler.stage != 0 {
2077
// Similarly, we need to keep debug info for functions inlined into other std functions,
2078
// even if we're not going to output debuginfo for the crate we're currently building,
0 commit comments