Rust 2024#68
Merged
Phosphorus-M merged 987 commits intomainfrom Jun 1, 2025
Merged
Conversation
Member
Author
|
Falta traducir el capitulo 17 y revisar el pipeline si es que va todo bien |
…-objects.md ch17-02: Monomorphization applies to generics in general
…n.rs Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
Fixed grammatical error in the comment on line 22
fix: make the reason more understandable
Simplify note about functions in ch13-01-closures.md
Co-authored-by: Chris Krycho <hello@chriskrycho.com>
* Matching Named Variables: mention `if let`/`while let`
`if let` and `while let` introduce new scope for named variables just like `match`. However, they do not support match guards yet, see RFC 2497.
* Ch. 19: further clarify discussion of `if|while let` patterns
- While keeping the note about `if let` and `while let` when introducing
the discussion of matching named variables, bring the phrasing back
closer to the original.
- Move the distinction that `if let` and `while let` do not have the
equivalent of match guards down to the discussion of match guards.
- Line wrapping.
---------
Co-authored-by: Chris Krycho <hello@chriskrycho.com>
Fix misleading explanation of comma in `$(),*`
This is not technically part of the 2024 Edition, since it is available on the 2021 edition as well, but it *will* be an important update for the 2024 Edition revision of the print book!
- Merge in changes from `main`, including moving the chapter. - Merge in newly-written introduction of `let-else` in the same section as the `if let` discussion. - Rewrap lines.
Introduce `let`-`else` statement
- Merge in `main` and resolve merge conflicts. - Integrate both branches’ suggestions, then rephrase to stay closer to the original output.
Ch. 10: clarify note about compiler errors and `'static`
Ch. 20: conclude §01 with a reference to the Rustonomicon
24c4c94 to
9b21ea5
Compare
9b21ea5 to
a6245f8
Compare
a6245f8 to
e16d1dc
Compare
⚡ Cloudflare Pages Deployment
|
e16d1dc to
d4fb4f5
Compare
…te CSS for new themes.
Member
Author
|
Quizás debamos ir actualizandolo de a poco porque siguen editando el libro, esto es en base a lo que se publico en la edición 2024 pero siguen cambiando cosas importantes inclusive ya habiendo cerrado el Q1 y comenzando el Q2 :P |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a very early translation of the new chapters from the PR:
rust-lang/book#3909
@RustLangES/content-team
@RustLangES/traductores