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 f044205 commit 4d767e1Copy full SHA for 4d767e1
README.md
@@ -133,9 +133,6 @@ cp config.toml.example config.toml
133
rustup toolchain link custom build/x86_64-unknown-linux-gnu/stage2
134
# Now cd to your Miri directory, then configure rustup
135
rustup override set custom
136
-# We also need to tell Miri where to find its sysroot. Since we set
137
-# `test-miri` above, we can just use rustc' sysroot.
138
-export MIRI_SYSROOT=$(rustc --print sysroot)
139
```
140
141
With this, you should now have a working development setup! See
0 commit comments