Skip to content

Add regression test for higher-ranked fn pointer trait impl mismatch errors - #162562

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
zakrad:regr-test-29061
Sep 10, 2026
Merged

Add regression test for higher-ranked fn pointer trait impl mismatch errors#162562
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
zakrad:regr-test-29061

Conversation

@zakrad

@zakrad zakrad commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Closes #29061

@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 Sep 9, 2026
@rustbot

rustbot commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

r? @ShoyuVanilla

rustbot has assigned @ShoyuVanilla.
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 76 candidates
  • Random selection from 22 candidates

@estebank

Copy link
Copy Markdown
Contributor

@bors r+

@rust-bors

rust-bors Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 4cd8f68 has been approved by estebank

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 Sep 10, 2026
Zalathar added a commit to Zalathar/rust that referenced this pull request Sep 10, 2026
Add regression test for higher-ranked fn pointer trait impl mismatch errors

Closes rust-lang#29061
rust-bors Bot pushed a commit that referenced this pull request Sep 10, 2026
Rollup of 5 pull requests

Successful merges:

 - #158191 (Suggest installing `rust-src` when standard library source is unavailable)
 - #162122 (Put manual calls of Enzyme intrinsics behind a feature gate)
 - #162553 (Revert "Skip rustc book on i686")
 - #162562 (Add regression test for higher-ranked fn pointer trait impl mismatch errors)
 - #162518 (Add a revision for previously fixed solver issue)
rust-bors Bot pushed a commit that referenced this pull request Sep 10, 2026
Rollup of 4 pull requests

Successful merges:

 - #162122 (Put manual calls of Enzyme intrinsics behind a feature gate)
 - #162553 (Revert "Skip rustc book on i686")
 - #162562 (Add regression test for higher-ranked fn pointer trait impl mismatch errors)
 - #162518 (Add a revision for previously fixed solver issue)
@rust-bors
rust-bors Bot merged commit adbf9ca into rust-lang:main Sep 10, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Sep 10, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 10, 2026
Rollup merge of #162562 - zakrad:regr-test-29061, r=estebank

Add regression test for higher-ranked fn pointer trait impl mismatch errors

Closes #29061
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.

Higher-ranked lifetime bounds give confusing errors

4 participants