File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,18 @@ other projects:
120
120
121
121
``` sh
122
122
rustup component remove miri # avoid having Miri installed twice
123
- cargo +nightly install --path " $DIR " --force # or the nightly in `rust-version`
123
+ cargo +nightly install --path " $DIR " --force
124
124
cargo +nightly miri setup
125
125
```
126
126
127
127
(We are giving ` +nightly ` explicitly here all the time because it is important
128
128
that all of these commands get executed with the same toolchain.)
129
129
130
+ In case this fails, your nightly might be incompatible with Miri master. The
131
+ ` rust-version ` file contains the commit hash of rustc that Miri is currently
132
+ tested against; you can use that to find a nightly that works or you might have
133
+ to wait for the next nightly to get released.
134
+
130
135
If you want to use a different libstd (not the one that comes with the
131
136
nightly), you can do that by running
132
137
You can’t perform that action at this time.
0 commit comments