We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fac504 + 99d080d commit 287bb6dCopy full SHA for 287bb6d
src/bootstrap/test.rs
@@ -473,7 +473,7 @@ impl Miri {
473
miri: &Path,
474
target: TargetSelection,
475
) -> String {
476
- let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysrot");
+ let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysroot");
477
let mut cargo = tool::prepare_tool_cargo(
478
builder,
479
compiler,
0 commit comments