Skip to content

Reorganize tests/ui/issues [26/N]#159412

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
zedddie:gsoc-batch-26-meow
Jul 24, 2026
Merged

Reorganize tests/ui/issues [26/N]#159412
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
zedddie:gsoc-batch-26-meow

Conversation

@zedddie

@zedddie zedddie commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Part of GSoC'26 project

r? Kivooeo
@Teapot4195

@rustbot

rustbot commented Jul 16, 2026

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.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jul 16, 2026
Comment thread tests/ui/macros/attr-path-metavar-generic-args.rs
Comment thread tests/ui/lowering/expr-metavar-in-let-pattern.rs
@zedddie
zedddie force-pushed the gsoc-batch-26-meow branch from 40cf879 to 4657fdb Compare July 16, 2026 23:07
@Kivooeo

Kivooeo commented Jul 17, 2026

Copy link
Copy Markdown
Member

kinda busy rn, gimme like few days at most and i'll review it all ^^

Comment thread tests/ui/std/instant-sub-duration-overflow.rs
@Kivooeo

Kivooeo commented Jul 23, 2026

Copy link
Copy Markdown
Member

r=me after addressing suggestion above (or not addressing.. depends on what you prefer here)

@bors delegate+

@rust-bors

rust-bors Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

✌️ @zedddie, you can now approve this pull request!

If @Kivooeo told you to "r=me" after making some further change, then please make that change and post @bors r=Kivooeo.

View changes since this delegation.

@Kivooeo Kivooeo removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 23, 2026
@zedddie

zedddie commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

@bors r=Kivooeo

@rust-bors

rust-bors Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 4657fdb has been approved by Kivooeo

It is now in the queue for this repository.

@rust-bors rust-bors Bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 23, 2026

@zedddie zedddie Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just noticed this is the only one which doesn't have //@ needs-subprocess🤔

View changes since the review

@zedddie

zedddie commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

@bors r-

@rust-bors rust-bors Bot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 23, 2026
@rust-bors

rust-bors Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This pull request was unapproved.

View changes since this unapproval

@zedddie
zedddie force-pushed the gsoc-batch-26-meow branch from 4657fdb to cd9fd52 Compare July 23, 2026 18:00
@zedddie

zedddie commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

@bors r=Kivooeo

@rust-bors

rust-bors Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

📌 Commit cd9fd52 has been approved by Kivooeo

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 23, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Jul 23, 2026
rust-bors Bot pushed a commit that referenced this pull request Jul 24, 2026
Rollup of 20 pull requests

Successful merges:

 - #150161 (Remove 'static requirement on try_as_dyn)
 - #159412 (Reorganize `tests/ui/issues` [26/N])
 - #159466 (cmse: clear variant-dependent padding in `enum`s)
 - #157905 (Update comments and add tests for `-Zrandomize-layout` for some guaranteed ZSTs)
 - #158479 (Reject static item as direct const generic arg)
 - #159041 (Reorganize `tests/ui/issues` [22/N])
 - #159108 (Reorganize `tests/ui/issues` [23/N])
 - #159138 (doc: document wasm import symbol mangling)
 - #159531 (Reorganize `tests/ui/issues` [28/N])
 - #159608 (early_otherwise: Don't hoist dereferences when the otherwise branch is reachable)
 - #159612 (Reorganize `tests/ui/issues` [29/N])
 - #159653 (run `tests/assembly-llvm/asm/aarch64-types.rs` for `aarch64_be`)
 - #159719 (tests: add UI test for `.swap()` suggestion)
 - #159737 (rustfmt fix: allow file not found errors for external mods annotated with `#[my_macro]`)
 - #159759 (rustc-dev-guide subtree update)
 - #159761 (Remove outdated comment for resolve_vars_with_obligations)
 - #159764 (use `minicore::simd::Simd` more)
 - #159773 (Remove outdated workaround for `P` type)
 - #159778 (use lowest edition the test accepts)
 - #159788 (Avoid ICEing in RPIT method chain suggestion)
@rust-bors
rust-bors Bot merged commit 445d600 into rust-lang:main Jul 24, 2026
13 checks passed
@rustbot rustbot added this to the 1.99.0 milestone Jul 24, 2026
rust-timer added a commit that referenced this pull request Jul 24, 2026
Rollup merge of #159412 - zedddie:gsoc-batch-26-meow, r=Kivooeo

Reorganize `tests/ui/issues` [26/N]

Part of [GSoC'26 project](https://rust-lang.zulipchat.com/#narrow/channel/421156-gsoc/topic/Project.3A.20Reorganizing.20tests.2Fui.2Fissues)

r? Kivooeo
@Teapot4195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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.

3 participants