Uh oh!
There was an error while loading. Please reload this page.
Conversation
rust-highfive
commented
Jun 7, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (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. |
Centril
commented
Jun 8, 2019
@bors try |
bors
commented
Jun 8, 2019
Remove useless allocations in macro_rules follow logic. Closes#61543
bors
commented
Jun 8, 2019
☀️ Try build successful - checks-travis |
Centril
commented
Jun 8, 2019
@rust-timer build 3f61c6a |
rust-timer
commented
Jun 8, 2019
Success: Queued 3f61c6a with parent d132f54, comparison URL. |
rust-timer
commented
Jun 8, 2019
Finished benchmarking try commit 3f61c6a, comparison URL. |
Centril
commented
Jun 8, 2019
bors
commented
Jun 8, 2019
📌 Commit 7a74f33 has been approved by |
bors
commented
Jun 8, 2019
⌛ Testing commit 7a74f33 with merge d8d291c198b40011265e92b583a636bd8658f438... |
bors
commented
Jun 8, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Jun 8, 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 |
Centril
commented
Jun 8, 2019
@bors retry android-spurious-collectiontests |
Remove useless allocations in macro_rules follow logic. Closesrust-lang#61543
Rollup of 6 pull requests Successful merges: - #61646 (Remove useless allocations in macro_rules follow logic.) - #61658 (remove useless ident() functions in const tests) - #61660 (Minimize use of `#![feature(custom_attribute)]`) - #61666 (Add test for trait ICE) - #61669 ( syntax: Remove `Deref` impl from `Token`) - #61670 (Update RLS) Failed merges: r? @ghost
Closes#61543