We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dbff6 commit 6ae314dCopy full SHA for 6ae314d
src/bootstrap/src/core/build_steps/doc.rs
@@ -1149,7 +1149,7 @@ impl Step for UnstableBookGen {
1149
let target = self.target;
1150
1151
let stage = builder.top_stage;
1152
- let compiler = builder.compiler(stage, self.target);
+ let compiler = builder.compiler(stage, builder.config.host_target);
1153
let rustc_path =
1154
builder.out.join(compiler.host).join(format!("stage{stage}")).join("bin").join("rustc");
1155
0 commit comments