]> git.lizzy.rs Git - rust.git/commitdiff
adjust README
authorRalf Jung <post@ralfj.de>
Thu, 4 Apr 2019 09:21:32 +0000 (10:21 +0100)
committerRalf Jung <post@ralfj.de>
Thu, 4 Apr 2019 09:21:32 +0000 (10:21 +0100)
README.md

index cf7bc9e32d0bca638397fb8ce6c8e2e9ee1512fb..54d8411b2fe74b7129f247fe63d1690e3d0d0555 100644 (file)
--- a/README.md
+++ b/README.md
@@ -120,13 +120,18 @@ other projects:
 
 ```sh
 rustup component remove miri # avoid having Miri installed twice
-cargo +nightly install --path "$DIR" --force # or the nightly in `rust-version`
+cargo +nightly install --path "$DIR" --force
 cargo +nightly miri setup
 ```
 
 (We are giving `+nightly` explicitly here all the time because it is important
 that all of these commands get executed with the same toolchain.)
 
+In case this fails, your nightly might be incompatible with Miri master.  The
+`rust-version` file contains the commit hash of rustc that Miri is currently
+tested against; you can use that to find a nightly that works or you might have
+to wait for the next nightly to get released.
+
 If you want to use a different libstd (not the one that comes with the
 nightly), you can do that by running