We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8713c2 + c6bcb4d commit f73db5cCopy full SHA for f73db5c
README.md
@@ -146,7 +146,7 @@ nightly that *does* come with Miri:
146
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
147
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
148
rustup set profile minimal
149
-rustup default "$MIRI_NIGHTLY"
+rustup override set "$MIRI_NIGHTLY"
150
rustup component add miri
151
152
cargo miri test
0 commit comments