Skip to content

Commit 43ecceb

Browse files
committed
Fix test: rustc is now needed at parse-time to resolve the location of the compiler source
1 parent 2306e1f commit 43ecceb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,10 @@ fn rustc_env_var() {
19671967
.env("RUSTC", "rustc-that-does-not-exist").arg("-v"),
19681968
execs().with_status(101)
19691969
.with_stderr("\
1970-
[ERROR] could not execute process `rustc-that-does-not-exist -vV` ([..])
1970+
[ERROR] failed to parse manifest at [..]
1971+
1972+
Caused by:
1973+
could not execute process `rustc-that-does-not-exist -vV` ([..])
19711974
19721975
Caused by:
19731976
[..]

0 commit comments

Comments
 (0)