-
Notifications
You must be signed in to change notification settings - Fork 114
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
Move the edition guide to a more prominent location #76
Comments
Note that when this is done some urls in cargo will need to be updated. At the time of this comment there are two references to
|
in preparation for #76. this just linked to itself anyway, so let's not link.
This is not happening as part of the release candidate, so de-milestoning. |
Will this happen before release? It looks like there was some mention on Discord, but no formal decision made. At least one rustc PR (rust-lang/rust#55185) includes a guide URL; we're not sure if it's going to change. |
https://doc.rust-lang.org/stable/edition-guide/ is now a thing, but note that it's some other version of the guide that isn't https://rust-lang-nursery.github.io/edition-guide/. Note the "Minimum Rust Version" in: |
Interestingly hasn't changed with the 1.32 release. |
I think the minimum versions needs an update at https://doc.rust-lang.org/stable/edition-guide/rust-2018/documentation/new-editions-of-the-book.html |
34: Added missing link to edition 2018 guide r=therealprof a=caemor It looked like the link to the edition guide was missing. But it might have been intentional because the edition guide might be moved to doc.rust-lang.org later on (rust-lang/edition-guide#76) :-) Co-authored-by: Chris <[email protected]>
This redirects to the nightly copy with the intent that people were coming here for the up-to-date version. This includes fragment-preserving redirects. cc rust-lang#76, rust-lang#138
The guide now lives at https://doc.rust-lang.org/edition-guide/. The latest version will be published at https://doc.rust-lang.org/nightly/edition-guide/, and should be live soon. @siddharthasahu I updated the minimum version for that page in #149. I'm not sure if that's the change you were thinking of, feel free to leave comments on that PR. |
We should eventually move the guide out of the https://rust-lang-nursery.github.io/ URL and give it a more official-looking, short and sweet URL instead.
We decided that we will punt on this for Preview 2; but we should do this for Release Candidate 1.
A suggested URL for the whole edition is https://rust-lang.org/edition/ and https://rust-lang.org/edition/2018/ then goes to the 2018 page.
We can also move it to https://docs.rust-lang.org/edition/
The text was updated successfully, but these errors were encountered: