We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad9547 commit 3b55519Copy full SHA for 3b55519
README.md
@@ -63,6 +63,7 @@ possible to compile libstd with full MIR:
63
```sh
64
cargo install xargo
65
cd xargo/
66
+chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
67
RUSTFLAGS='-Zalways-encode-mir' xargo build --target `rustc -vV | egrep '^host: ' | sed 's/^host: //'`
68
```
69
@@ -73,8 +74,7 @@ cargo run --bin miri -- --sysroot ~/.xargo/HOST tests/run-pass/vecs.rs
73
74
75
76
Notice that you will have to re-run the last step of the preparations above when
-your toolchain changes (e.g., when you update the nightly). Also, xargo doesn't
77
-currently work with nightlies newer than 2017-04-23.
+your toolchain changes (e.g., when you update the nightly).
78
79
## Contributing and getting help
80
0 commit comments