From 86d31fa09c16f880b4be52f063e3eee757d3b87c Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Thu, 22 Jun 2017 17:44:20 +0900 Subject: [PATCH] update xargo usage example for new location of vecs.rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9599f1c068..8edaba77fb3f 100644 --- a/README.md +++ b/README.md @@ -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