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.
1 parent 55e1251 commit 39cdc35Copy full SHA for 39cdc35
.appveyor.yml
@@ -32,7 +32,9 @@ install:
32
- rustup update
33
# Install "master" toolchain
34
- cargo install rustup-toolchain-install-master -f
35
- - rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev
+ # We need to install cargo here as well or else the DLL search path inside `cargo run`
36
+ # will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.)
37
+ - rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo
38
- rustup default master
39
- rustc --version
40
- cargo --version
0 commit comments