Skip to content

Commit 287bb6d

Browse files
authored
Rollup merge of rust-lang#104853 - jyn514:sysroot-typo, r=RalfJung
Fix typo in miri sysroot r? ``@RalfJung``
2 parents 7fac504 + 99d080d commit 287bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ impl Miri {
473473
miri: &Path,
474474
target: TargetSelection,
475475
) -> String {
476-
let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysrot");
476+
let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysroot");
477477
let mut cargo = tool::prepare_tool_cargo(
478478
builder,
479479
compiler,

0 commit comments

Comments
 (0)