We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf65c0c + a4eb34b commit 9e13cbaCopy full SHA for 9e13cba
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