diff options
| author | Ralf Jung <post@ralfj.de> | 2024-09-06 08:43:39 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-09-06 08:43:39 +0200 |
| commit | 2d6489ecc1c874a9ae0cfce4455d76c9c185fd80 (patch) | |
| tree | 9d4415458e7bdc9fa1d9b79e2cee0bbe0f9c2526 /src | |
| parent | 18d358c63c7ae8ff9d921f3464707bedb23254d2 (diff) | |
| download | rust-2d6489ecc1c874a9ae0cfce4455d76c9c185fd80.tar.gz rust-2d6489ecc1c874a9ae0cfce4455d76c9c185fd80.zip | |
miri.bat: use nightly toolchain
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/miri/miri.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/miri.bat b/src/tools/miri/miri.bat index 6f9a8f38d65..b046b6310dd 100644 --- a/src/tools/miri/miri.bat +++ b/src/tools/miri/miri.bat @@ -5,8 +5,8 @@ set MIRI_SCRIPT_TARGET_DIR=%0\..\miri-script\target :: If any other steps are added, the "|| exit /b" must be appended to early :: return from the script. If not, it will continue execution. -cargo +stable build %CARGO_EXTRA_FLAGS% -q --target-dir %MIRI_SCRIPT_TARGET_DIR% --manifest-path %0\..\miri-script\Cargo.toml ^ - || (echo Failed to build miri-script. Is the 'stable' toolchain installed? & exit /b) +cargo +nightly build %CARGO_EXTRA_FLAGS% -q --target-dir %MIRI_SCRIPT_TARGET_DIR% --manifest-path %0\..\miri-script\Cargo.toml ^ + || (echo Failed to build miri-script. Is the 'nightly' toolchain installed? & exit /b) :: Forwards all arguments to this file to the executable. :: We invoke the binary directly to avoid going through rustup, which would set some extra |
