Uh oh!
There was an error while loading. Please reload this page.
Adding docs for keyword match, move - #66904
Conversation
rust-highfive
commented
Nov 30, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @shepmaster (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
Nov 30, 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 |
rust-highfive
commented
Nov 30, 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 |
Dylan-DPC-zz
commented
Nov 30, 2019
r? @Dylan-DPC |
DevinR528
commented
Nov 30, 2019
Sorry about cluttering everything up I'm still getting used to everything. That should be it I ran the tidy script on my end first. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DevinR528
commented
Dec 2, 2019
Thanks for the feed back I made the changes. If I want to do more of these keyword docs should I do as many as I can in one PR or one per PR. First Rust PR!! |
Dylan-DPC-zz
commented
Dec 2, 2019
@bors r+ rollup |
bors
commented
Dec 2, 2019
📌 Commit e638f7c has been approved by |
Adding docs for keyword match, move Partial fix of issue rust-lang#34601.
Adding docs for keyword match, move Partial fix of issue rust-lang#34601.
Rollup of 6 pull requests Successful merges: - #66148 (Show the sign for signed ops on `exact_div`) - #66651 (Add `enclosing scope` parameter to `rustc_on_unimplemented`) - #66904 (Adding docs for keyword match, move) - #66935 (syntax: Unify macro and attribute arguments in AST) - #66941 (Remove `ord` lang item) - #66967 (Remove hack for top-level or-patterns in match checking) Failed merges: r? @ghost
Partial fix of issue #34601.