-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Document while
keyword
#62462
Document while
keyword
#62462
Conversation
r? @Centril |
@JohnTitor If you go to "Files changed" you can batch apply suggestions into one commit. Can you squash the commits into one now (and run tidy because there may be some lines that are too long now...)? |
@Centril Oh, I didn't know that. I squashed and checked the change with tidy on my local. |
r=me rollup when green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise it looks great.
Nice to have some documentation 👍
I added the changes suggested by @BO41 and removed unnecessary indents (L646). I hope that there is no problem with that... |
Looks good :) (still r=me...) |
@bors r+ rollup |
📌 Commit 559c3ec has been approved by |
Document `while` keyword This is a rework of rust-lang#60761. Closes rust-lang#60736 r? @dtolnay
Document `while` keyword This is a rework of rust-lang#60761. Closes rust-lang#60736 r? @dtolnay
Rollup of 5 pull requests Successful merges: - #62356 (Implement Option::contains and Result::contains) - #62462 (Document `while` keyword) - #62472 (Normalize use of backticks in compiler messages p2) - #62477 (Re-add bootstrap attribute to libunwind for llvm-libunwind feature) - #62478 (normalize use of backticks for compiler messages in librustc_codegen) Failed merges: r? @ghost
This is a rework of #60761.
Closes #60736
r? @dtolnay