We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cdf10 commit 01641c7Copy full SHA for 01641c7
src/bootstrap/tool.rs
@@ -262,7 +262,7 @@ impl Step for Rustdoc {
262
} else if target_compiler.stage >= 2 {
263
// Past stage 2, we consider the compiler to be ABI-compatible and hence capable of
264
// building rustdoc itself.
265
- target_compiler
+ builder.compiler(target_compiler.stage, builder.build.build)
266
} else {
267
// Similar to `compile::Assemble`, build with the previous stage's compiler. Otherwise
268
// we'd have stageN/bin/rustc and stageN/bin/rustdoc be effectively different stage
0 commit comments