We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78b62e commit 733f675Copy full SHA for 733f675
README.md
@@ -77,7 +77,7 @@ nightly).
77
78
## Running Miri on your own project('s test suite)
79
80
-Install Miri as a cargo subcommand with `cargo install +nightly --all-features
+Install Miri as a cargo subcommand with `cargo +nightly install --all-features
81
--path .`. Be aware that if you used `rustup override set` to fix a particular
82
Rust version for the miri directory, that will *not* apply to your own project
83
directory! You have to use a consistent Rust version for building miri and your
0 commit comments