Skip to content

Commit

Permalink
update xargo usage example for new location of vecs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Renshaw committed Jun 22, 2017
1 parent 6034655 commit 86d31fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ RUSTFLAGS='-Zalways-encode-mir' xargo build
Now you can run miri against the libstd compiled by xargo:

```sh
MIRI_SYSROOT=~/.xargo/HOST cargo run --bin miri tests/run-pass/vecs.rs
MIRI_SYSROOT=~/.xargo/HOST cargo run --bin miri tests/run-pass-fullmir/vecs.rs
```

Notice that you will have to re-run the last step of the preparations above when
Expand Down

0 comments on commit 86d31fa

Please sign in to comment.