File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,13 @@ compiled the right way.
53
53
54
54
## Running Miri on your own project('s test suite)
55
55
56
- Install Miri as a cargo subcommand with ` cargo +nightly install --path . ` . Be
57
- aware that if you used ` rustup override set ` to fix a particular Rust version
56
+ Install Miri as a cargo subcommand:
57
+
58
+ ``` sh
59
+ cargo +nightly install --git https://github.com/solson/miri/
60
+ ```
61
+
62
+ Be aware that if you used ` rustup override set ` to fix a particular Rust version
58
63
for the miri directory, that will * not* apply to your own project directory!
59
64
You have to use a consistent Rust version for building miri and your project for
60
65
this to work, so remember to either always specify the nightly version manually,
You can’t perform that action at this time.
0 commit comments