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 2b37d50 commit d06c165Copy full SHA for d06c165
README.md
@@ -65,7 +65,7 @@ rustup component add rust-src
65
chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
66
cargo install xargo
67
cd xargo/
68
-RUSTFLAGS='-Zalways-encode-mir' xargo build --target `rustc -vV | egrep '^host: ' | sed 's/^host: //'`
+RUSTFLAGS='-Zalways-encode-mir' xargo build
69
```
70
71
Now you can run miri against the libstd compiled by xargo:
0 commit comments