Skip to content

Commit 4b62bc8

Browse files
authored
Merge branch 'master' into 2phase-on-edition
2 parents 7213b91 + 54940f6 commit 4b62bc8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
2222
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
2323
# Install "master" toolchain
24-
- cargo install rustup-toolchain-install-master
24+
- cargo install rustup-toolchain-install-master & exit 0
2525
- set /p RUSTC_HASH=<rust-version
2626
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c cargo -c rust-src
2727
- rustup default master

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Install Miri via `rustup`:
5353
rustup component add miri
5454
```
5555

56+
If `rustup` says the `miri` component is unavailable, that's because not all nightly releases come with all tools. Check out [this website](https://rust-lang.github.io/rustup-components-history) to determine a nightly version that comes with Miri and install that, e.g. using `rustup install nightly-2019-03-28`.
57+
5658
Now you can run your project in Miri:
5759

5860
1. Run `cargo clean` to eliminate any cached dependencies. Miri needs your

0 commit comments

Comments
 (0)