mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
use cargo +nightly rather than rustup run nightly cargo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user