Skip to content

Commit 3b55519

Browse files
committed
latest rust nightly contains all the bits needed to re-compile libstd
1 parent dad9547 commit 3b55519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ possible to compile libstd with full MIR:
6363
```sh
6464
cargo install xargo
6565
cd xargo/
66+
chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
6667
RUSTFLAGS='-Zalways-encode-mir' xargo build --target `rustc -vV | egrep '^host: ' | sed 's/^host: //'`
6768
```
6869

@@ -73,8 +74,7 @@ cargo run --bin miri -- --sysroot ~/.xargo/HOST tests/run-pass/vecs.rs
7374
```
7475

7576
Notice that you will have to re-run the last step of the preparations above when
76-
your toolchain changes (e.g., when you update the nightly). Also, xargo doesn't
77-
currently work with nightlies newer than 2017-04-23.
77+
your toolchain changes (e.g., when you update the nightly).
7878

7979
## Contributing and getting help
8080

0 commit comments

Comments
 (0)