File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,11 @@ rustup +nightly component add miri
81
81
If ` rustup ` says the ` miri ` component is unavailable, that's because not all
82
82
nightly releases come with all tools. Check out
83
83
[ this website] ( https://rust-lang.github.io/rustup-components-history ) to
84
- determine a nightly version that comes with Miri and install that using
85
- ` rustup toolchain install nightly-YYYY-MM-DD ` .
84
+ determine a nightly version that comes with Miri and install that using `rustup
85
+ toolchain install nightly-YYYY-MM-DD`. Either way, all of the following commands
86
+ assume the right toolchain is pinned via ` rustup override set nightly ` or
87
+ ` rustup override set nightly-YYYY-MM-DD ` . (Alternatively, use `cargo
88
+ +nightly` / ` cargo +nightly-YYYY-MM-DD` for each of the following commands.)
86
89
87
90
Now you can run your project in Miri:
88
91
You can’t perform that action at this time.
0 commit comments