Document miri can only be installed on nightly
This updates the installation instructions to point out that miri is only available on nightly, and encodes this assumption into the installation instructions.
This commit is contained in:
parent
6a0f14bef7
commit
0acc309561
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@ program, and cannot run all programs:
|
|||
|
||||
## Using Miri
|
||||
|
||||
Install Miri via `rustup`:
|
||||
Install Miri on Rust nightly via `rustup`:
|
||||
|
||||
```sh
|
||||
rustup component add miri
|
||||
rustup +nightly component add miri
|
||||
```
|
||||
|
||||
If `rustup` says the `miri` component is unavailable, that's because not all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue