File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ install that exact version of rustc as a toolchain:
28
28
This will set up a rustup toolchain called ` miri ` and set it as an override for
29
29
the current directory.
30
30
31
- If you want to also have ` clippy ` installed, you need to run this:
32
- ```
33
- ./rustup-toolchain "" -c clippy
34
- ```
35
-
36
31
[ `rustup-toolchain-install-master` ] : https://github.com/kennytm/rustup-toolchain-install-master
37
32
38
33
## Building and testing Miri
@@ -131,6 +126,8 @@ development version of Miri using
131
126
132
127
and then you can use it as if it was installed by ` rustup ` . Make sure you use
133
128
the same toolchain when calling ` cargo miri ` that you used when installing Miri!
129
+ Usually this means you have to write ` cargo +miri miri ... ` to select the ` miri `
130
+ toolchain that was installed by ` ./rustup-toolchain ` .
134
131
135
132
There's a test for the cargo wrapper in the ` test-cargo-miri ` directory; run
136
133
` ./run-test.py ` in there to execute it. Like ` ./miri test ` , this respects the
You can’t perform that action at this time.
0 commit comments