We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a25cb8a + 22bbff1 commit 9a42436Copy full SHA for 9a42436
src/tools/miri/miri.bat
@@ -5,7 +5,8 @@ set MIRI_SCRIPT_TARGET_DIR=%0\..\miri-script\target
5
6
:: If any other steps are added, the "|| exit /b" must be appended to early
7
:: return from the script. If not, it will continue execution.
8
-cargo +stable build %CARGO_EXTRA_FLAGS% -q --target-dir %MIRI_SCRIPT_TARGET_DIR% --manifest-path %0\..\miri-script\Cargo.toml || exit /b
+cargo +stable build %CARGO_EXTRA_FLAGS% -q --target-dir %MIRI_SCRIPT_TARGET_DIR% --manifest-path %0\..\miri-script\Cargo.toml ^
9
+ || echo Failed to build miri-script. Is the 'stable' toolchain installed? & exit /b
10
11
:: Forwards all arguments to this file to the executable.
12
:: We invoke the binary directly to avoid going through rustup, which would set some extra
0 commit comments