-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[r+] Doc fixes #20986
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
[r+] Doc fixes #20986
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (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. 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 CONTRIBUTING.md for more information. |
@@ -2035,7 +2035,7 @@ pub fn encode_metadata(parms: EncodeParams, krate: &ast::Crate) -> Vec<u8> { | |||
|
|||
// And here we run into yet another obscure archive bug: in which metadata | |||
// loaded from archives may have trailing garbage bytes. Awhile back one of | |||
// our tests was failing sporadically on the OSX 64-bit builders (both nopt | |||
// our tests were failing sporadically on the OSX 64-bit builders (both nopt |
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.
I think this was correct "one test was failing"
Oops, there was a wrong patch, reverted it |
This looks good to me, but can you squash into one commit, please? r=me after |
Also, update description of macro invocation syntax: after rust-lang#20563 there is a number of additional limitations on macro syntax.
Squashed into one commit |
@alkor it only lets people with permission do it, and you have to put it on the commit, rather than the PR. But thanks! |
Doc fixes Reviewed-by: steveklabnik
@steveklabnik Where can I find info about these r[-+=] commands? Readme at https://github.com/graydon/bors seems incomplete and I only briefly looked at the source code of bors. |
@steveklabnik Thank you! |
[r+] Doc fixes Reviewed-by: steveklabnik
[r+] Doc fixes Reviewed-by: steveklabnik
[r+] Doc fixes Reviewed-by: steveklabnik
Corrections in TRPL macros guide
Corrections in TRPL macros guide