We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2d001 commit 566e877Copy full SHA for 566e877
src/bootstrap/test.rs
@@ -484,10 +484,13 @@ impl Step for CompiletestTest {
484
let host = self.host;
485
let compiler = builder.compiler(0, host);
486
487
+ // We need `ToolStd` for the locally-built sysroot because
488
+ // compiletest uses unstable features of the `test` crate.
489
+ builder.ensure(compile::Std { compiler, target: host });
490
let cargo = tool::prepare_tool_cargo(
491
builder,
492
compiler,
- Mode::ToolBootstrap,
493
+ Mode::ToolStd,
494
host,
495
"test",
496
"src/tools/compiletest",
0 commit comments