5 Commits

Author SHA1 Message Date
Weihang Lo
da8138e3c4
fix(build-std): remove hack on creating virtual std workspace
Starting from rust-lang/rust#128534 (nightly-2024-08-05),
stnadard library has its own Cargo workspace.
Hence `-Zbuild-std` no longer need to fake a virtual workspace.

This also adjusts Cargo.toml in `mock-std` to align with std's Cargo.toml
2024-08-05 23:35:29 -04:00
Weihang Lo
3df35edca7
fix: hack around libsysroot instead of libtest 2023-05-05 14:48:37 +01:00
Alex Crichton
602f6b64de Revert "Check if rust-src contains a vendor dir, and patch it in"
This reverts commit eadb4fc86c6660760ff857df41b7e88f6da0f714.
2020-12-11 07:45:27 -08:00
Alexis Beingessner
eadb4fc86c Check if rust-src contains a vendor dir, and patch it in
This is the cargo side of https://github.com/rust-lang/wg-cargo-std-aware/issues/23
2020-11-10 11:47:32 -05:00
Yuki Okushi
7c77fedabb
Fix mock-std as well 2020-07-29 12:41:49 +09:00