-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc --version reported date is confusing #21957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Easy to implement. Just need to decide what to change. |
FWIW, even the (start of) build date may be confusing, since the nightly builds take many hours. |
Should update how rustdoc and cargo report their version at the same time. |
brson
added a commit
to brson/rust
that referenced
this issue
Feb 13, 2015
rustc --version says ``` rustc 1.0.0-dev (d0e82a6 2015-02-05) (built 2015-02-11) ```
Looks like this can be closed since #22201 has been rolled up. |
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Feb 28, 2015
…anishearth The format of `rustc --version` was changed in rust-lang#21957; this PR updates TRPL accordingly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I've heard several people express concern that their nightly was not up to date because the date reported by
rustc --version
is old. This date is the commit date, not the build date.The text was updated successfully, but these errors were encountered: