X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Ftest.rs;h=a69979d7f073a83d7ae2da771110c0ef39cc52da;hb=99d080dc3cddf85284ba4683b90da95e65b17ffc;hp=38873cee93bd982475849358869314fca0a41eac;hpb=96d0b7f159504d493e7f1d056bf23279a6379922;p=rust.git diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 38873cee93b..a69979d7f07 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -473,7 +473,7 @@ pub fn build_miri_sysroot( miri: &Path, target: TargetSelection, ) -> String { - let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysrot"); + let miri_sysroot = builder.out.join(compiler.host.triple).join("miri-sysroot"); let mut cargo = tool::prepare_tool_cargo( builder, compiler,