-
Notifications
You must be signed in to change notification settings - Fork 946
Nightly toolchain version is off by one #3455
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
Comments
@safinaskar Thanks for your report! However, this is not a bug but a feature. The |
@rami3l , okay, how to install to host B rustc version, which is equal to A's version without the need to perform calendar calculations in head? |
@safinaskar If you need calendar calculations for CI workflows for example, you can use the However, inspecting the output of |
:( :( :( This is very bad |
This is a little challenging yes. If you were dealing with released versions it would be quite trivial. For nightly, if host A had a named toolchain installed, which |
This is a duplicate of #1637 and rust-lang/rust#51533, but I'd like to keep it open for tracking purposes. Possibly related to #977. |
Problem
I have a host A and a host B. Host A has rust installed. Host B - not. I decided to install on host B the same rust version host A has. So I typed this on host A:
Then I copied
2023-06-05
from output above and typed this to host B:As you can see original version (
rustc 1.72.0-nightly (e6d4725c7 2023-06-05)
) differs from host B's version (rustc 1.72.0-nightly (101fa903b 2023-06-04)
).So, something really wrong happens here. I don't know whether there is a bug in rustup itself or just in documentation
Steps
Possible Solution(s)
No response
Notes
No response
Rustup version
-
Installed toolchains
-
The text was updated successfully, but these errors were encountered: