forked from rust-lang/book
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update from Upstream #89
Closed
Closed
Conversation
This file contains 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
> First, in Listing 16-6, we’ll create a channel but not do anything with it. Note that this won’t compile yet because Rust can’t tell what type of values we want to send over the channel. That was not true, however, since the code compiled due to hidden line. This change makes the code not compile by removing it.
Update install instructions for VS 2019
This seems like a typo to me : ...similar to the concept duck typing in dynamically... ...similar to the concept *of* duck typing in dynamically...
The compiler will call `into_iter()` on the values.
…ally has an opposite meaning
To keep the wording consistent with the first paragraph. It's a little bit confusing to use the word test here since it can be mistaken as a test function.
rust-lang/rust#28237 - this is now a warning on Nightly. Fixes rust-lang#1757
@rust-br/traducao alguem que fez trabalho aqui tem como ver se houve problemas? 🤔 |
Então @brauliobz agradeço muito o PR de verdade, mas acredito não ser muito viável alguém conseguir revisar +1000 commits com +2400 arquivos alterados 😕 Será que existe alguma forma de fazermos a mesma coisa em partes para facilitar a revisão? |
Sim, claro. Vou dividir e fazer outros PRs. |
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.
Resolve #88 .
Alguns detalhes importantes:
/listings
). Mantive as traduções com trechos de código inline.