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