]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU
[rust.git] / src / bootstrap / test.rs
index 38873cee93bd982475849358869314fca0a41eac..a69979d7f073a83d7ae2da771110c0ef39cc52da 100644 (file)
@@ -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,