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.
2 parents e2a0998 + 5accdf4 commit bea6d83Copy full SHA for bea6d83
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
@@ -37,7 +37,7 @@ how to fix it, you could send a PR. :smile:
37
## Running tests
38
39
40
-cargo run tests/run-pass/vecs.rs # Or whatever test you like.
+cargo run --bin miri tests/run-pass/vecs.rs # Or whatever test you like.
41
```
42
43
## Debugging
0 commit comments