explain why we use in-tree std for compiletest
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
fc0d1dc99b
commit
41070bd938
1 changed files with 2 additions and 0 deletions
|
|
@ -686,6 +686,8 @@ impl Step for CompiletestTest {
|
|||
let mut cargo = tool::prepare_tool_cargo(
|
||||
builder,
|
||||
compiler,
|
||||
// compiletest uses libtest internals; make it use the in-tree std to make sure it never breaks
|
||||
// when std sources change.
|
||||
Mode::ToolStd,
|
||||
host,
|
||||
"test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue