Rollup of 3 pull requests#156773
Open
JonathanBrouwer wants to merge 7 commits into
Open
Conversation
We specifically call out that the sign is written for negative integers. This would also ideally be called out in `<iN>::format_into`, but the macro infrastructure for the implementation unfortunately doesn't really make this easy as far as I can tell.
Reorg tests 04 | old-name | new-sub-dir | new-name | |-|-|-| | `issue-27997.rs` [issue](rust-lang#27997) | `codegen/` | `correctly-monomorphize-generic-drop-impl.rs` | | `issue-31299.rs` [issue](rust-lang#31299) | `associated-types/` | `sized-recursive-type-via-associated-type.rs` | | `issue-35815.rs` [issue](rust-lang#35815) | `codegen/` | `dont-roundup-dst-prefix-size-to-alignment.rs` | | `issue-46855.rs` [issue](rust-lang#46855) | `mir/` | `dont-use-operand-as-place-for-zst.rs` | | `issue-47486.rs` [issue](rust-lang#47486) | `consts/` | `size_of-requires-type-annotation-in-const.rs` | | `issue-47486.stderr` | `consts/` | `size_of-requires-type-annotation-in-const.stderr` | | `issue-50811.rs` [issue](rust-lang#50811) | `mir/` | `validate-various-comparison-behavior.rs` |
…r=GuillaumeGomez Add an example to the `NumBuffer` documentations We specifically call out that the sign is written for negative integers. This would also ideally be called out in `<iN>::format_into`, but the macro infrastructure for the implementation unfortunately doesn't really make this easy as far as I can tell. Ref rust-lang#138215
…t-rib, r=petrochenkov delegation: visit qself under elided-infer lifetime rib Follow-up for rust-lang#156705, we need to visit delegation's qself under elided-infer lifetime rib too. Fixes rust-lang#156758. Part of rust-lang#118212. r? @petrochenkov
Contributor
Author
|
@bors r+ rollup=never p=5 |
Contributor
This comment has been minimized.
This comment has been minimized.
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
|
💔 Test for 1cf887f failed: CI. Failed job:
|
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:
NumBufferdocumentations #156747 (Add an example to theNumBufferdocumentations)r? @ghost
Create a similar rollup