-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Vendoring broken with stable rustc #112391
Copy link
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried to enable vendoring in
config.tomland then following the instructions given by./x.py.I expected to see this happen: All dependencies are vendored.
Instead, this happened:
To work around this, I need to explicitly use a nightly cargo.
Meta
Caused by #111076 enabling the
public-dependencyunstable cargo feature.