use cargo +nightly
rather than rustup run nightly cargo
This commit is contained in:
parent
781709268e
commit
5accdf45ea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ rustup update nightly
|
|||
|
||||
You should also make `nightly` the default version for your Miri directory by
|
||||
running the following command while you're in it. If you don't do this, you can
|
||||
run the later `cargo` commands by prefixing them with `rustup run nightly`.
|
||||
run the later `cargo` commands by using `cargo +nightly` instead.
|
||||
|
||||
```sh
|
||||
rustup override add nightly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue