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 8aed926 commit 8f7b375Copy full SHA for 8f7b375
src/bootstrap/src/core/metadata.rs
@@ -77,7 +77,7 @@ pub fn build(build: &mut Build) {
77
/// particular crate (e.g., `x build sysroot` to build library/sysroot).
78
fn workspace_members(build: &Build) -> Vec<Package> {
79
let collect_metadata = |manifest_path| {
80
- let mut cargo = command(&build.initial_cargo);
+ let mut cargo = command(&build.initial_cargo).allow_failure();
81
cargo
82
// Will read the libstd Cargo.toml
83
// which uses the unstable `public-dependency` feature.
0 commit comments