We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0d1dc commit 41070bdCopy full SHA for 41070bd
src/bootstrap/src/core/build_steps/test.rs
@@ -686,6 +686,8 @@ impl Step for CompiletestTest {
686
let mut cargo = tool::prepare_tool_cargo(
687
builder,
688
compiler,
689
+ // compiletest uses libtest internals; make it use the in-tree std to make sure it never breaks
690
+ // when std sources change.
691
Mode::ToolStd,
692
host,
693
"test",
0 commit comments