-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed as not planned
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)
Description
Often the date given by rustc --version
is the day before the date on the manifest. Also the date given by cargo --version
often does not match one or both of those dates.
This is confusing for users installing a specific version of rust, and it makes referring to a nightly by date ambiguous.
Ideally there would be a mechanism to ensure that regardless of when the components are built or packaged, they all agree on the date given by --version
and the manifest date.
mcandre
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)