Skip to content

Add regression test for missing size bound suggestion for trait item - #161249

Open
KevinA-cpu wants to merge 1 commit into
rust-lang:mainfrom
KevinA-cpu:regression-test-85643
Open

Add regression test for missing size bound suggestion for trait item#161249
KevinA-cpu wants to merge 1 commit into
rust-lang:mainfrom
KevinA-cpu:regression-test-85643

Conversation

@KevinA-cpu

@KevinA-cpu KevinA-cpu commented Aug 17, 2026

Copy link
Copy Markdown

closes #85643

@rustbot

rustbot commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Failed to set assignee to davidtwco: req=https://api.github.com/repos/rust-lang/rust/issues/161249/assignees (x-github-request-id: 8856:74108:321ABA:335E5B:6A834018): {"message": "No server is currently available to service your request. Sorry about that. Please try resubmitting your request and contact us if the problem persists."}

Note: Only org members with at least the repository "read" role, users with write permissions, or people who have commented on the PR may be assigned.

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

rustbot commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the pull request, and welcome! The Rust Project is excited to review your changes, and you should hear from @davidtwco (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue
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 16 candidates

@KevinA-cpu

KevinA-cpu commented Aug 17, 2026

Copy link
Copy Markdown
Author

r? diagnostics

@rustbot

rustbot commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Failed to set assignee to fee1-dead: req=https://api.github.com/repos/rust-lang/rust/issues/161249/assignees (x-github-request-id: 6F1B:30F069:F4A79:10BD40:6A8341A5): {"message": "No server is currently available to service your request. Sorry about that. Please try resubmitting your request and contact us if the problem persists."}

Note: Only org members with at least the repository "read" role, users with write permissions, or people who have commented on the PR may be assigned.

@rustbot rustbot assigned TaKO8Ki and unassigned fee1-dead Aug 17, 2026
@estebank

Copy link
Copy Markdown
Contributor

@bors r+

@rust-bors

rust-bors Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 87fd659 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 Aug 17, 2026
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.

Signature suggested for missing trait item implementation is missing ?Sized bound

6 participants