Compile rustc before building tests for rustdoc
This commit is contained in:
parent
942b384d61
commit
814e6e60f9
1 changed files with 1 additions and 0 deletions
|
@ -1730,6 +1730,7 @@ impl Step for CrateRustdoc {
|
||||||
|
|
||||||
let compiler = builder.compiler(builder.top_stage, self.host);
|
let compiler = builder.compiler(builder.top_stage, self.host);
|
||||||
let target = compiler.host;
|
let target = compiler.host;
|
||||||
|
builder.ensure(compile::Rustc { compiler, target });
|
||||||
|
|
||||||
let mut cargo = tool::prepare_tool_cargo(builder,
|
let mut cargo = tool::prepare_tool_cargo(builder,
|
||||||
compiler,
|
compiler,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue