-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Rollup of 4 pull requests #72555
Rollup of 4 pull requests #72555
Conversation
…lnay Implement `Sync` for `process::Command on unix and vxworks Closes rust-lang#72387. r? @cuviper
…an-DPC Improve E0601 explanation r? @Dylan-DPC
Miri casts: do not blindly rely on dest type Make sure that we notice when the MIR is bad and the casted-to and destination type are e.g. of different size, as suggested by @eddyb.
…enkov Fix InlineAsmOperand expresions being visited twice during liveness checking
@bors r+ rollup=never p=4 |
📌 Commit a919ef4 has been approved by |
⌛ Testing commit a919ef4 with merge d3d9d86c1fd4f6d7e45541d58cfda5fe7326db9d... |
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 |
💔 Test failed - checks-azure |
Successful merges:
Sync
for `process::Command on unix and vxworks #72472 (ImplementSync
for `process::Command on unix and vxworks)Failed merges:
r? @ghost