Rustc version does not match manifest version #36773
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Often the date given by
rustc --version
is the day before the date on the manifest. Also the date given bycargo --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.The text was updated successfully, but these errors were encountered: