Tidying up tests/ui/issues 14 tests [5/N]#149922
Merged
bors merged 3 commits intorust-lang:mainfrom Dec 18, 2025
Merged
Conversation
Collaborator
|
This PR modifies |
reddevilmidzy
commented
Dec 12, 2025
Member
|
Sorry for a delay, had a lot of different work so checked as soon as I resolved everything else first @bors r+ rollup |
Collaborator
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Dec 17, 2025
Tidying up tests/ui/issues 14 tests [5/N] > [!NOTE] > Intermediate commits are intended to help review, but will be squashed add comment commit prior to merge. part of rust-lang#133895 move `tests/ui/inherent-impls-overlap-check` to `tests/ui/duplicate/inherent-impls-overlap-check`. r? Kivooeo
This was referenced Dec 17, 2025
bors
added a commit
that referenced
this pull request
Dec 17, 2025
…uwer Rollup of 4 pull requests Successful merges: - #149922 (Tidying up tests/ui/issues 14 tests [5/N]) - #150095 (Port `#[rustc_no_implicit_autorefs]`, `#[rustc_lint_opt_ty]`, and `#[rustc_lint_query_instability]` attributes to be parsed) - #150099 ([rustdoc] Fix invalid handling of field followed by negated macro call) - #150113 (Update tracking issue for PinCoerceUnsized) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Dec 18, 2025
Rollup merge of #149922 - reddevilmidzy:t12, r=Kivooeo Tidying up tests/ui/issues 14 tests [5/N] > [!NOTE] > Intermediate commits are intended to help review, but will be squashed add comment commit prior to merge. part of #133895 move `tests/ui/inherent-impls-overlap-check` to `tests/ui/duplicate/inherent-impls-overlap-check`. r? Kivooeo
Member
Author
it's okay, I understand you've been busy. feel free to check it whenever you have a chance:) |
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.
Note
Intermediate commits are intended to help review, but will be squashed add comment commit prior to merge.
part of #133895
move
tests/ui/inherent-impls-overlap-checktotests/ui/duplicate/inherent-impls-overlap-check.r? Kivooeo