We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf65c0c commit a4eb34bCopy full SHA for a4eb34b
README.md
@@ -61,8 +61,8 @@ rustup component add miri
61
If `rustup` says the `miri` component is unavailable, that's because not all
62
nightly releases come with all tools. Check out
63
[this website](https://rust-lang.github.io/rustup-components-history) to
64
-determine a nightly version that comes with Miri and install that, e.g. using
65
-`rustup install nightly-2019-03-28`.
+determine a nightly version that comes with Miri and install that using
+`rustup install nightly-YYYY-MM-DD`.
66
67
Now you can run your project in Miri:
68
0 commit comments