rust-lang / wg-cargo-std-aware

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

Use in rustbuild #19

Open Ericson2314 opened 4 years ago

Ericson2314 commented 4 years ago

Do this in order to:

Only rustbuild would know about bootstrapping stages, but each stage should be buildable as a single Cargo workspace / invocation of Cargo. In particular it should be possible to build Core through std through end executables like rustc and rustfmt in a single workspace/stage.

Ericson2314 commented 3 years ago

Wrote https://internals.rust-lang.org/t/dogfooding-z-build-std-in-rustbuild/13775 about this to reach a broader audience.