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.
1 parent 3c01ffe commit cb91369Copy full SHA for cb91369
README.md
@@ -105,6 +105,7 @@ nightly that *does* come with Miri:
105
```sh
106
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
107
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
108
+rustup set profile minimal
109
rustup default "$MIRI_NIGHTLY"
110
111
rustup component add miri
0 commit comments