rust-lang / wg-cargo-std-aware

Repo for working on "std aware cargo"
133 stars 8 forks source link

Impact on build scripts that invoke rustc #50

Open jdm opened 4 years ago

jdm commented 4 years ago

While experimenting with how to build Servo for targets where libstd is not available through rustup, I've been exploring whether the new -Z build-std is enough. This has led me to discover https://github.com/rust-lang/cargo/issues/7501 (via https://github.com/cuviper/autocfg/issues/12), so I want to make sure that the people working on this feature consider the interaction of it with build scripts that need to perform their own rustc invocations.