-
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 5 pull requests #71653
Rollup of 5 pull requests #71653
Conversation
Related issues: - fortanix/rust-sgx#109
This was introduced in the recent bump to 1.43 bootstrap cargo
Process termination test for SGX The issue is described in fortanix/rust-sgx#109 cc @jethrogb
…pnkfelix forbid `dyn Trait` in patterns Do not allow `&dyn Trait` as a generic const parameters. This also changes dyn trait in pattern from ICE to error. closes rust-lang#63322 closes rust-lang#70972 r? @eddyb
…-DPC Add regression test for rust-lang#69654 closes rust-lang#69654 r? @eddyb
…, r=Dylan-DPC Change wording on read_vectored docs Closes rust-lang#70154 I'm happy to work with others to make the wording on this more clear. I think what I have is an improvement but may not be the final wording.
…iaskrgr Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes rust-lang#71561.
@bors r+ rollup=never p=5 |
📌 Commit 0dd004d has been approved by |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
⌛ Testing commit 0dd004d with merge 330748459595d40e6335bd9cb8f8405a6c336284... |
@bors r- |
@bors retry |
@bors p=0 |
Successful merges:
dyn Trait
in patterns #71038 (forbiddyn Trait
in patterns)Failed merges:
r? @ghost