diff options
| author | Joshua Nelson <jnelson@cloudflare.com> | 2022-11-24 20:28:55 -0500 |
|---|---|---|
| committer | Joshua Nelson <jnelson@cloudflare.com> | 2022-11-24 20:28:55 -0500 |
| commit | 99d080dc3cddf85284ba4683b90da95e65b17ffc (patch) | |
| tree | 33bfe09e2f7802dcd26475e3e88612cad414a2da /src/bootstrap | |
| parent | b3bc6bf31265ac10946a0832092dbcedf9b26805 (diff) | |
| download | rust-99d080dc3cddf85284ba4683b90da95e65b17ffc.tar.gz rust-99d080dc3cddf85284ba4683b90da95e65b17ffc.zip | |
Fix typo in miri sysroot
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ impl Miri { 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, |
