-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Suggest imports of unresolved macros #75209
Conversation
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. |
I see that some tests have failed, I'll fix them later. |
r? @estebank |
☔ 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. |
Yes, lets rebase and then r=me. |
Ping from triage: |
@estebank, Have I rebased my PR successfully? |
📌 Commit ea7cf61 has been approved by |
⌛ Testing commit ea7cf61 with merge eeed221c29fba76d85e83f604108fb822a80cb68... |
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit ea7cf61 with merge 312c870f6acd502520cec1a355ad267e1e57a951... |
☀️ Try build successful - checks-actions, checks-azure |
@bors retry |
⌛ Trying commit ea7cf61 with merge d460900fdbc47f2a0e180679b64ca93d95e6e5e0... |
☀️ Try build successful - checks-actions, checks-azure |
@Dylan-DPC boo, your try messed up bors. @bors r=estebank |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit ea7cf61 has been approved by |
…stebank Suggest imports of unresolved macros Closes rust-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.