You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 rust-lang-nursery.github.io:
orium@laptop-orion cargo % rp rust-lang-nursery.github.io
src/cargo/util/diagnostic_server.rs
174: https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-your-code-to-a-new-edition.html
196: https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-your-code-to-a-new-edition.html
@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.
Activity
orium commentedon Aug 18, 2018
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
rust-lang-nursery.github.io
:Remove explicit link to self
steveklabnik commentedon Sep 18, 2018
This is not happening as part of the release candidate, so de-milestoning.
tmandry commentedon Oct 18, 2018
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.
dwijnand commentedon Dec 27, 2018
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:
dwijnand commentedon Jan 18, 2019
Interestingly hasn't changed with the 1.32 release.
sdht0 commentedon Jan 29, 2019
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
Merge #34
Redirect gh-pages to doc.rust-lang.org.
ehuss commentedon Feb 28, 2019
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.