We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I just fetched the latest nightly with rustup, and was surprised to see that its version number is 1.17.0 instead of 1.18.0.
$ rustc --verbose --version rustc 1.17.0-nightly (ccce2c6eb 2017-03-27) binary: rustc commit-hash: ccce2c6eb914a66571f60fa0afe8a46faa9fb3bd commit-date: 2017-03-27 host: x86_64-apple-darwin release: 1.17.0-nightly LLVM version: 3.9
Has there been a change to the way the release trains work, or is the CFG_RELEASE_NUM string out of date? https://github.com/rust-lang/rust/blob/master/src/bootstrap/channel.rs#L26
CFG_RELEASE_NUM
I observed the same thing with the "Nightly (1.18)" .tar.gz from https://www.rust-lang.org/en-US/other-installers.html
.tar.gz
The text was updated successfully, but these errors were encountered:
Bumping the version number is being worked on, see #40524
Sorry, something went wrong.
Ok, awesome! Guess I can close this then!
No branches or pull requests
I just fetched the latest nightly with rustup, and was surprised to see that its version number is 1.17.0 instead of 1.18.0.
Has there been a change to the way the release trains work, or is the
CFG_RELEASE_NUM
string out of date? https://github.com/rust-lang/rust/blob/master/src/bootstrap/channel.rs#L26I observed the same thing with the "Nightly (1.18)"
.tar.gz
from https://www.rust-lang.org/en-US/other-installers.htmlThe text was updated successfully, but these errors were encountered: