Merge pull request #527 from steveklabnik/patch-2

fix cargo invocation in the readme
This commit is contained in:
Ralf Jung 2018-11-16 21:41:47 +01:00 committed by GitHub
commit 42c49116b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ nightly).
## Running Miri on your own project('s test suite)
Install Miri as a cargo subcommand with `cargo install +nightly --all-features
Install Miri as a cargo subcommand with `cargo +nightly install --all-features
--path .`. Be aware that if you used `rustup override set` to fix a particular
Rust version for the miri directory, that will *not* apply to your own project
directory! You have to use a consistent Rust version for building miri and your