We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a35896 commit 2e52f4dCopy full SHA for 2e52f4d
src/bootstrap/dist.rs
@@ -1013,6 +1013,9 @@ impl Step for PlainSourceTarball {
1013
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
1014
.arg("--sync")
1015
.arg(builder.src.join("./src/bootstrap/Cargo.toml"))
1016
+ // Will read the libstd Cargo.toml
1017
+ // which uses the unstable `public-dependency` feature.
1018
+ .env("RUSTC_BOOTSTRAP", "1")
1019
.current_dir(&plain_dst_src);
1020
1021
let config = if !builder.config.dry_run() {
0 commit comments