You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially the problem is that in the rust tree, cargo tests are run with CARGO_TARGET_DIR set, and the above tests do not take that into consideration.
When attempting to update Cargo in the rust repo, the following tests failed:
Detailed output can be found here: https://ci.appveyor.com/project/rust-lang/rust/build/1.0.7409/job/s65ul0p5xdw9420o
Essentially the problem is that in the rust tree, cargo tests are run with
CARGO_TARGET_DIR
set, and the above tests do not take that into consideration.cc @mshal
The text was updated successfully, but these errors were encountered: