Skip to content

Improve the test for patterns in fn pointers - #160380

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
JonathanBrouwer:improve-fn-ptr-test
Aug 3, 2026
Merged

Improve the test for patterns in fn pointers#160380
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
JonathanBrouwer:improve-fn-ptr-test

Conversation

@JonathanBrouwer

Copy link
Copy Markdown
Contributor

Follow up of #160282
The goal is to cover more cases of the behaviour of patterns in fn pointers.

@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 Aug 2, 2026
@rustbot

rustbot commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

r? @khyperia

rustbot has assigned @khyperia.
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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 75 candidates
  • Random selection from 18 candidates

@khyperia

khyperia commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@rust-bors

rust-bors Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

📌 Commit c25abc5 has been approved by khyperia

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-review Status: Awaiting review from the assignee but also interested parties. labels Aug 3, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 3, 2026
Rollup of 3 pull requests

Successful merges:

 - #160306 (Don't use exported generics from conditional dependencies (panic runtimes and profiler-builtins))
 - #160254 (Rerun the goal with doubled recursion limit even if the goal has ty vars)
 - #160380 (Improve the test for patterns in fn pointers)
rust-bors Bot pushed a commit that referenced this pull request Aug 3, 2026
Rollup of 3 pull requests

Successful merges:

 - #160306 (Don't use exported generics from conditional dependencies (panic runtimes and profiler-builtins))
 - #160254 (Rerun the goal with doubled recursion limit even if the goal has ty vars)
 - #160380 (Improve the test for patterns in fn pointers)
@rust-bors
rust-bors Bot merged commit 9e756da into rust-lang:main Aug 3, 2026
13 checks passed
@rustbot rustbot added this to the 1.99.0 milestone Aug 3, 2026
rust-timer added a commit that referenced this pull request Aug 3, 2026
Rollup merge of #160380 - JonathanBrouwer:improve-fn-ptr-test, r=khyperia

Improve the test for patterns in fn pointers

Follow up of #160282
The goal is to cover more cases of the behaviour of patterns in fn pointers.
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