add "(see below)" to a reference to a new concept#14124
Closed
zookoatleastauthoritycom wants to merge 1 commit intorust-lang:masterfrom
Closed
add "(see below)" to a reference to a new concept#14124zookoatleastauthoritycom wants to merge 1 commit intorust-lang:masterfrom
zookoatleastauthoritycom wants to merge 1 commit intorust-lang:masterfrom
Conversation
This is because I observed someone reading the tutorial who thought they'd missed something when they got to the mention of variable bindings. Fixes rust-lang#13570 .
Contributor
|
Hmm, maybe
would be even better. |
Member
|
Closing due to inactivity, but feel free to reopen with @pnkfelix's comment! |
bors
added a commit
that referenced
this pull request
Jun 27, 2014
…low-to-a-reference-to-a-new-concept-2, r=huonw This is the same patch as submitted to #13570 and #14124, but with @pnkfelix's comment (#14124 (comment)) addressed, and with reflow as a separate commit. I'm submitting it in case @steveklabnik hasn't yet merged a rewrite of the tutorial (#13570 (comment)), in which case this patch might as well be merged into the old tutorial.
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Feb 20, 2025
…st-lang#14124) An `if … { … } else { … }` used as the left operand of a binary expression requires parentheses to be parsed as an expression. Fix rust-lang#11141 changelog: [`obfuscated_if_else`]: fix bug in suggestion by issuing required parentheses around the left side of a binary expression
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 because I observed someone reading the tutorial who thought they'd
missed something when they got to the mention of variable bindings.
Fixes #13570 .