We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo +nightly
rustup run nightly cargo
1 parent 7817092 commit 5accdf4Copy full SHA for 5accdf4
README.md
@@ -16,7 +16,7 @@ rustup update nightly
16
17
You should also make `nightly` the default version for your Miri directory by
18
running the following command while you're in it. If you don't do this, you can
19
-run the later `cargo` commands by prefixing them with `rustup run nightly`.
+run the later `cargo` commands by using `cargo +nightly` instead.
20
21
```sh
22
rustup override add nightly
0 commit comments