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 60fa9ac commit 28f4f84Copy full SHA for 28f4f84
README.md
@@ -127,16 +127,11 @@ MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-his
127
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
128
rustup set profile minimal
129
rustup default "$MIRI_NIGHTLY"
130
-
131
rustup component add miri
132
-cargo miri setup
133
134
cargo miri test
135
```
136
137
-We use `cargo miri setup` to avoid getting interactive questions about the extra
138
-setup needed for Miri.
139
140
### Common Problems
141
142
When using the above instructions, you may encounter a number of confusing compiler
0 commit comments