1
Fork 0

Compile rustc before building tests for rustdoc

This commit is contained in:
Mark Rousskov 2018-07-21 15:54:54 -06:00
parent 942b384d61
commit 814e6e60f9

View file

@ -1730,6 +1730,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,