Uh oh!
There was an error while loading. Please reload this page.
Suggest imports of unresolved macros - #75209
Conversation
rust-highfive
commented
Aug 6, 2020
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @matthewjasper (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. |
hirrolot
commented
Aug 6, 2020
I see that some tests have failed, I'll fix them later. |
Uh oh!
There was an error while loading. Please reload this page.
Dylan-DPC-zz
commented
Aug 25, 2020
r? @estebank |
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Aug 30, 2020
☔ The latest upstream changes (presumably #74862) made this pull request unmergeable. Please resolve the merge conflicts. |
This is good to go after a rebase I think? I'd love to have these changes. |
estebank
commented
Sep 10, 2020
Yes, lets rebase and then r=me. |
JohnCSimon
commented
Sep 29, 2020
Ping from triage: |
hirrolot
commented
Sep 30, 2020
@estebank, Have I rebased my PR successfully? |
bors
commented
Oct 16, 2020
📌 Commit ea7cf61 has been approved by |
bors
commented
Oct 16, 2020
⌛ Testing commit ea7cf61 with merge eeed221c29fba76d85e83f604108fb822a80cb68... |
bors
commented
Oct 16, 2020
💔 Test failed - checks-actions |
Dylan-DPC-zz
commented
Oct 16, 2020
@bors try |
bors
commented
Oct 16, 2020
⌛ Trying commit ea7cf61 with merge 312c870f6acd502520cec1a355ad267e1e57a951... |
bors
commented
Oct 16, 2020
☀️ Try build successful - checks-actions, checks-azure |
jyn514
commented
Oct 16, 2020
@bors retry |
bors
commented
Oct 16, 2020
⌛ Trying commit ea7cf61 with merge d460900fdbc47f2a0e180679b64ca93d95e6e5e0... |
bors
commented
Oct 16, 2020
☀️ Try build successful - checks-actions, checks-azure |
jyn514
commented
Oct 16, 2020
@Dylan-DPC boo, your try messed up bors. @bors r=estebank |
bors
commented
Oct 16, 2020
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Oct 16, 2020
📌 Commit ea7cf61 has been approved by |
…stebank Suggest imports of unresolved macros Closesrust-lang#75191.
Rollup of 10 pull requests Successful merges: - rust-lang#75209 (Suggest imports of unresolved macros) - rust-lang#77547 (stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union') - rust-lang#77827 (Don't link to nightly primitives on stable channel) - rust-lang#77855 (resolve: further improvements to "try using the enum's variant" diagnostic) - rust-lang#77900 (Use fdatasync for File::sync_data on more OSes) - rust-lang#77925 (Suggest minimal subset features in `incomplete_features` lint) - rust-lang#77971 (Deny broken intra-doc links in linkchecker) - rust-lang#77991 (Bump backtrace-rs) - rust-lang#77992 (instrument-coverage: try our best to not ICE) - rust-lang#78013 (Fix sidebar scroll on mobile devices) Failed merges: r? `@ghost`
Closes#75191.