Skip to content

Commit 54940f6

Browse files
authored
Merge pull request #671 from timotree3/patch-1
Add alternative for how to install if a change in nightly broke the rustup component
2 parents 9a0db66 + e714be9 commit 54940f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)