-
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
Convert old first edition links to current edition one #57856
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (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. |
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 |
Tidy checker wants some lines to be wrapped: https://travis-ci.com/rust-lang/rust/jobs/172317538 |
ping from triage @steveklabnik awaiting your review on this |
This looks good to me, but I don't know how to wrap that line. r=me once CI gets sorted out, but I'm not sure who to ask. Maybe @rust-lang/infra ? |
I think we could simply add The rust/src/libsyntax/diagnostics/plugin.rs Lines 101 to 107 in a54b5c7
So we don't need tidy to double-check it. Alternative: Instead of |
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 |
Finally travis is green. Should I squash it into single commit? |
Yeah a squash would be great! r=me after |
Use footnote style to bypass the tidy check
2fddb31
to
e7f8e63
Compare
@bors r=steveklabnik |
📌 Commit e7f8e63 has been approved by |
…veklabnik Convert old first edition links to current edition one r? @steveklabnik
…veklabnik Convert old first edition links to current edition one r? @steveklabnik
Rollup of 8 pull requests Successful merges: - #57451 (suggestion-diagnostics: as_ref improve snippet) - #57856 (Convert old first edition links to current edition one) - #57992 (Update the future/task API) - #58258 (Reduce the size of `hir::Expr`.) - #58267 (Tweak "incompatible match arms" error) - #58296 (Hidden suggestion support) - #58301 (Enable comparing fat pointers) - #58308 (Extract block to insert an intrinsic into its own function) Failed merges: r? @ghost
r? @steveklabnik