X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Ftest.rs;h=a69979d7f073a83d7ae2da771110c0ef39cc52da;hb=aff003becd8b6bf803202e958623031274ad69c9;hp=38873cee93bd982475849358869314fca0a41eac;hpb=2f506e6dd4eb4a3727aab8ba6349e80e3383dca9;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,