Skip to content

Tidying up tests/ui/issues tests [2/N] - #149595

Merged
bors merged 5 commits into
rust-lang:mainfrom
reddevilmidzy:t9
Dec 4, 2025
Merged

Tidying up tests/ui/issues tests [2/N]#149595
bors merged 5 commits into
rust-lang:mainfrom
reddevilmidzy:t9

Conversation

@reddevilmidzy

Copy link
Copy Markdown
Member

Note

Intermediate commits are intended to help review, but will be squashed add comment commit prior to merge.

part of #133895

tests/ui/issues/issue-4935 is duplicated of
tests/ui/argument-suggestions/suggest-better-removing-issue-126246.rs
`tests/ui/type-inference/ambiguous-num-type-method-call.rs`
`tests/ui/mismatched_types/assignment-mismatch-various-types.rs`
merge `tests/ui/mismatched_types/main.rs`
@rustbotrustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Dec 3, 2025
@reddevilmidzyreddevilmidzy changed the title Tidying up tests/ui/issues tests [2/N]Tidying up tests/ui/issues tests [2/N]Dec 3, 2025
@reddevilmidzy
reddevilmidzy marked this pull request as ready for review December 3, 2025 15:37
@rustbot

Copy link
Copy Markdown
Collaborator

This PR modifies tests/ui/issues/. If this PR is adding new tests to tests/ui/issues/,
please refrain from doing so, and instead add it to more descriptive subdirectories.

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 3, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

r? @jackh726

rustbot has assigned @jackh726.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Kivooeo

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Dec 3, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit d1bc6e3 has been approved by Kivooeo

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 3, 2025
@KivooeoKivooeo assigned Kivooeo and unassigned jackh726Dec 3, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Dec 3, 2025
Tidying up `tests/ui/issues` tests [2/N]
> [!NOTE]
> Intermediate commits are intended to help review, but will be squashed add comment commit prior to merge.
part of rust-lang#133895
bors added a commit that referenced this pull request Dec 3, 2025
Rollup of 9 pull requests
Successful merges:
- #147841 (Fix ICE when applying test macro to crate root)
- #149501 (CTFE: avoid emitting a hard error on generic normalization failures)
- #149517 (Implement blessing for tidy alphabetical check)
- #149521 (Improve `io::Error::downcast`)
- #149545 (fix the check for which expressions read never type)
- #149549 (Regression test for system register `ttbr0_el2`)
- #149579 (Motor OS: fix compile error)
- #149595 (Tidying up `tests/ui/issues` tests [2/N])
- #149597 (Revert "implement and test `Iterator::{exactly_one, collect_array}`")
r? `@ghost`
`@rustbot` modify labels: rollup
@Kivooeo

Kivooeo commented Dec 4, 2025

Copy link
Copy Markdown
Member

I forget about squash 😅

bors added a commit that referenced this pull request Dec 4, 2025
Rollup of 9 pull requests
Successful merges:
- #147841 (Fix ICE when applying test macro to crate root)
- #149501 (CTFE: avoid emitting a hard error on generic normalization failures)
- #149517 (Implement blessing for tidy alphabetical check)
- #149521 (Improve `io::Error::downcast`)
- #149545 (fix the check for which expressions read never type)
- #149549 (Regression test for system register `ttbr0_el2`)
- #149579 (Motor OS: fix compile error)
- #149595 (Tidying up `tests/ui/issues` tests [2/N])
- #149597 (Revert "implement and test `Iterator::{exactly_one, collect_array}`")
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Dec 4, 2025
Rollup of 10 pull requests
Successful merges:
- #149521 (Improve `io::Error::downcast`)
- #149544 (Only apply `no_mangle_const_items`'s suggestion to plain const items)
- #149545 (fix the check for which expressions read never type)
- #149570 (rename cortex-ar references to unified aarch32)
- #149574 (Batched compiletest Config fixups)
- #149579 (Motor OS: fix compile error)
- #149595 (Tidying up `tests/ui/issues` tests [2/N])
- #149597 (Revert "implement and test `Iterator::{exactly_one, collect_array}`")
- #149608 (Allow PowerPC spe_acc as clobber-only register)
- #149610 (Implement benchmarks for uN::{gather,scatter}_bits)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 6e8e08c into rust-lang:mainDec 4, 2025
11 checks passed
@rustbotrustbot added this to the 1.93.0 milestone Dec 4, 2025
rust-timer added a commit that referenced this pull request Dec 4, 2025
Rollup merge of #149595 - reddevilmidzy:t9, r=Kivooeo
Tidying up `tests/ui/issues` tests [2/N]
> [!NOTE]
> Intermediate commits are intended to help review, but will be squashed add comment commit prior to merge.
part of #133895
github-actionsBot pushed a commit to rust-lang/compiler-builtins that referenced this pull request Dec 11, 2025
Rollup of 10 pull requests
Successful merges:
- rust-lang/rust#149521 (Improve `io::Error::downcast`)
- rust-lang/rust#149544 (Only apply `no_mangle_const_items`'s suggestion to plain const items)
- rust-lang/rust#149545 (fix the check for which expressions read never type)
- rust-lang/rust#149570 (rename cortex-ar references to unified aarch32)
- rust-lang/rust#149574 (Batched compiletest Config fixups)
- rust-lang/rust#149579 (Motor OS: fix compile error)
- rust-lang/rust#149595 (Tidying up `tests/ui/issues` tests [2/N])
- rust-lang/rust#149597 (Revert "implement and test `Iterator::{exactly_one, collect_array}`")
- rust-lang/rust#149608 (Allow PowerPC spe_acc as clobber-only register)
- rust-lang/rust#149610 (Implement benchmarks for uN::{gather,scatter}_bits)
r? `@ghost`
`@rustbot` modify labels: rollup
Kobzol pushed a commit to Kobzol/rustc_codegen_gcc that referenced this pull request Dec 21, 2025
Rollup of 10 pull requests
Successful merges:
- rust-lang/rust#149521 (Improve `io::Error::downcast`)
- rust-lang/rust#149544 (Only apply `no_mangle_const_items`'s suggestion to plain const items)
- rust-lang/rust#149545 (fix the check for which expressions read never type)
- rust-lang/rust#149570 (rename cortex-ar references to unified aarch32)
- rust-lang/rust#149574 (Batched compiletest Config fixups)
- rust-lang/rust#149579 (Motor OS: fix compile error)
- rust-lang/rust#149595 (Tidying up `tests/ui/issues` tests [2/N])
- rust-lang/rust#149597 (Revert "implement and test `Iterator::{exactly_one, collect_array}`")
- rust-lang/rust#149608 (Allow PowerPC spe_acc as clobber-only register)
- rust-lang/rust#149610 (Implement benchmarks for uN::{gather,scatter}_bits)
r? `@ghost`
`@rustbot` modify labels: rollup
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request Aug 17, 2026
Rollup of 10 pull requests
Successful merges:
- rust-lang/rust#149521 (Improve `io::Error::downcast`)
- rust-lang/rust#149544 (Only apply `no_mangle_const_items`'s suggestion to plain const items)
- rust-lang/rust#149545 (fix the check for which expressions read never type)
- rust-lang/rust#149570 (rename cortex-ar references to unified aarch32)
- rust-lang/rust#149574 (Batched compiletest Config fixups)
- rust-lang/rust#149579 (Motor OS: fix compile error)
- rust-lang/rust#149595 (Tidying up `tests/ui/issues` tests [2/N])
- rust-lang/rust#149597 (Revert "implement and test `Iterator::{exactly_one, collect_array}`")
- rust-lang/rust#149608 (Allow PowerPC spe_acc as clobber-only register)
- rust-lang/rust#149610 (Implement benchmarks for uN::{gather,scatter}_bits)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@reddevilmidzy@rustbot@Kivooeo@bors@jackh726