-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Require type is sized in wfcheck.check_item_type for externed DSTs, c… #51867
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
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 |
Thanks! |
📌 Commit fb58db4 has been approved by |
Require type is sized in wfcheck.check_item_type for externed DSTs, c… …loses rust-lang#36122 Continuing rust-lang#50126.
⌛ Testing commit fb58db4 with merge d1a43163e1d50646cfa940476210ae10c86d88c1... |
💔 Test failed - status-appveyor |
Legit, you need to fix a cargo
|
@kennytm Thank you for the details. I do not understand which test is failing, how can I isolate it from the |
Ping from triage @krk! Did you make any progress fixing the failing test? |
☔ The latest upstream changes (presumably #52264) made this pull request unmergeable. Please resolve the merge conflicts. |
Ping from triage @krk! it has been a while since the last time we heard from you, will you have time to work on this PR? |
Thank you for this PR @krk! Unfortunately we haven't heard from you on this in a while, so I'm closing the PR to keep things tidy. Don't worry though, if you'll have time again in the future please reopen this PR, we'll be happy to review it again! |
Closes #36122
Continuing #50126.