Uh oh!
There was an error while loading. Please reload this page.
Documentation for the 'break' keyword in the std library - #64270
Conversation
rust-highfive
commented
Sep 7, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Kimundi (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
rust-highfive
commented
Sep 7, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
JohnCSimon
commented
Sep 14, 2019
Ping from triage Thanks. |
JohnCSimon
commented
Sep 21, 2019
Ping from triage again Thanks. |
Dylan-DPC-zz
commented
Sep 21, 2019
r? @SimonSapin |
JohnCSimon
commented
Sep 28, 2019
Ping from triage |
JohnTitor
commented
Oct 6, 2019
Ping from triage: @SimonSapin could you review it? |
| /// } | ||
| /// ``` | ||
| /// | ||
| /// `break` can also be to return a value from a `loop`, `for` or `while` block. To ensure type |
There was a problem hiding this comment.
“can also be used to return a value”?
| /// ``` | ||
| /// | ||
| /// `break` can also be to return a value from a `loop`, `for` or `while` block. To ensure type | ||
| /// safety, all returned values must be of the same type. |
There was a problem hiding this comment.
Maybe add something like “If break is used more than once for a given loop,”?
Alexendoo
commented
Oct 16, 2019
Ping from triage: Hi @Deicyde, have you had a chance to look at the recent review? Also the build failure is caused by trailing whitespace in the comments, if you could remove that that it would be great thanks. |
No description provided.