-
Notifications
You must be signed in to change notification settings - Fork 544
Replace links to first edition of the Rust book with second edition #356
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
You are right. You can create a pull request if you wish and we will merge it. |
This should also happen in the Getting Started doc in hello-world |
OK, I guess since the https://doc.rust-lang.org/book/ says "We suggest reading the second edition and then checking out the first edition later to pick up some of the more esoteric parts of the language." I guess it's prudent for all our links to go to the second edition. It looks like this issue should be kept open until all links to specific parts in the first edition are replaced with second edition. I think those are:
|
Discussed in #356. Second edition is now recommended by authors.
Update all references from first to second edition of Rust book These are all current we can take for #356
Because of #368, I believe that all actions that can currently be taken have been. Remaining references:
It was our belief that as of this moment, these links do not have second-edition analogues. From time to time, it would be appropriate to check whether the the second edition now contains analogues of the designated chapters. If it still does not, the person who checked should post in this issue saying so. If it does, the person who checked should create a PR that changes the chapters. I would advise that there is no need to re-check if someone has posted in the past month, to avoid having too many people check with no result. |
$ git grep doc.rust-lang.org/book | grep -v second-edition
exercises/decimal/.meta/description.md:- You might be able to [derive](https://doc.rust-lang.org/book/first-edition/traits.html#deriving) some of the required traits.
exercises/decimal/README.md:- You might be able to [derive](https://doc.rust-lang.org/book/first-edition/traits.html#deriving) some of the required traits.
exercises/macros/.meta/description.md:For further information about macros in Rust, The Rust Book has a [good chapter](https://doc.rust-lang.org/book/first-edition/macros.html) on them.
exercises/macros/README.md:For further information about macros in Rust, The Rust Book has a [good chapter](https://doc.rust-lang.org/book/first-edition/macros.html) on them.
exercises/parallel-letter-frequency/HINTS.md:- [Nightly Rust](https://doc.rust-lang.org/book/first-edition/release-channels.html)
exercises/parallel-letter-frequency/README.md:- [Nightly Rust](https://doc.rust-lang.org/book/first-edition/release-channels.html) With the addition of the |
TBD:
|
Closes exercism#248 Approached a little different this time now that the core set of concepts start crystallizing. I've taken two reasonably different solutions and extracted applied language components. There's some overlap between some concepts (like `Ordering` and `conditionals`), but I think it's reasonable to touch such concepts in different concept-exercises.
Closes exercism#248 Approached a little different this time now that the core set of concepts start crystallizing. I've taken two reasonably different solutions and extracted applied language components. There's some overlap between some concepts (like `Ordering` and `conditionals`), but I think it's reasonable to touch such concepts in different concept-exercises.
This is the link to first edition of the rust book:
rust/exercises/gigasecond/tests/gigasecond.rs
Line 11 in 45ac147
I'm not sure, maybe link to second edition would be more useful:
The text was updated successfully, but these errors were encountered: