Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton
Compile rustc before building tests for rustdoc r? @alexcrichton
This commit is contained in:
commit
4084f0ee8a
@ -1732,6 +1732,7 @@ impl Step for CrateRustdoc {
|
||||
|
||||
let compiler = builder.compiler(builder.top_stage, self.host);
|
||||
let target = compiler.host;
|
||||
builder.ensure(compile::Rustc { compiler, target });
|
||||
|
||||
let mut cargo = tool::prepare_tool_cargo(builder,
|
||||
compiler,
|
||||
|
Loading…
Reference in New Issue
Block a user