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 ad8384e commit 484d9b6Copy full SHA for 484d9b6
src/bootstrap/src/core/build_steps/doc.rs
@@ -994,7 +994,7 @@ macro_rules! tool_doc {
994
(compilers.build_compiler(), Mode::ToolRustc)
995
} else {
996
// bootstrap/host tools have to be documented with the stage 0 compiler
997
- (prepare_doc_compiler(run.builder, target, 1), Mode::ToolBootstrap)
+ (prepare_doc_compiler(run.builder, run.builder.host_target, 1), Mode::ToolBootstrap)
998
};
999
1000
run.builder.ensure($tool { build_compiler, mode, target });
0 commit comments