Rollup of 5 pull requests#71653
Closed
Dylan-DPC-zz wants to merge 11 commits intorust-lang:masterfrom
Closed
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.
Author
|
@bors r+ rollup=never p=5 |
Collaborator
|
📌 Commit 0dd004d has been approved by |
Contributor
|
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 |
Collaborator
|
⌛ Testing commit 0dd004d with merge 330748459595d40e6335bd9cb8f8405a6c336284... |
Member
|
@bors r- |
Member
|
@bors retry |
Member
|
@bors p=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
dyn Traitin patterns #71038 (forbiddyn Traitin patterns)Failed merges:
r? @ghost