File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ possible to compile libstd with full MIR:
63
63
``` sh
64
64
cargo install xargo
65
65
cd xargo/
66
+ chmod +x -R ~ /.rustup/toolchains/* /lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
66
67
RUSTFLAGS=' -Zalways-encode-mir' xargo build --target ` rustc -vV | egrep ' ^host: ' | sed ' s/^host: //' `
67
68
```
68
69
@@ -73,8 +74,7 @@ cargo run --bin miri -- --sysroot ~/.xargo/HOST tests/run-pass/vecs.rs
73
74
```
74
75
75
76
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).
78
78
79
79
## Contributing and getting help
80
80
You can’t perform that action at this time.
0 commit comments