We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb752b commit 64cfc21Copy full SHA for 64cfc21
src/bootstrap/test.rs
@@ -2514,6 +2514,9 @@ impl Step for Distcheck {
2514
let toml = dir.join("rust-src/lib/rustlib/src/rust/library/std/Cargo.toml");
2515
builder.run(
2516
Command::new(&builder.initial_cargo)
2517
+ // Will read the libstd Cargo.toml
2518
+ // which uses the unstable `public-dependency` feature.
2519
+ .env("RUSTC_BOOTSTRAP", "1")
2520
.arg("generate-lockfile")
2521
.arg("--manifest-path")
2522
.arg(&toml)
0 commit comments