Rollup of 5 pull requests#97766
Closed
matthiaskrgr wants to merge 13 commits intorust-lang:masterfrom
Closed
Conversation
…=jsha Add empty impl blocks if they have documentation Fixes rust-lang#90866. The update for the test script is needed to count the number of impl blocks we have with only the struct. To be noted that with rust-lang#89676 merged, it wouldn't be needed (I don't know what is the status of it btw. cc `@Mark-Simulacrum).` It looks like this:  cc `@jyn514` r? `@camelid`
Fail gracefully when encountering an HRTB in APIT. Fixes rust-lang#96954 ~The first commit will be merged as part of rust-lang#97415
typo: `-Zcodegen-backend=llvm -Cpasses=list` should work now r? `@bjorn3`
use strict provenance APIs The stdlib was adjusted to avoid bare int2ptr casts, but recently some casts of that sort have sneaked back in. Let's fix that. :)
…crum Restore a test that was intended to test `as` cast to ptr This test was changed in rust-lang#61864, but the original bug rust-lang#46365 was about casts so I doubt the changed test still even tests what this was intended to test. Let's restore the original test.
Member
Author
|
@bors r+ rollup=never p=5 |
Collaborator
|
📌 Commit f6f8977 has been approved by |
Collaborator
|
⌛ Testing commit f6f8977 with merge 94665e90d6b9c96600bba6eb956271520a157111... |
Collaborator
|
💥 Test timed out |
Collaborator
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:
-Zcodegen-backend=llvm -Cpasses=listshould work now #97752 (typo:-Zcodegen-backend=llvm -Cpasses=listshould work now)ascast to ptr #97765 (Restore a test that was intended to testascast to ptr)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup