Skip to content

Variance checks unused type param#153367

Open
mro95 wants to merge 2 commits intorust-lang:mainfrom
mro95:mro95/variance-unused-type-param
Open

Variance checks unused type param#153367
mro95 wants to merge 2 commits intorust-lang:mainfrom
mro95:mro95/variance-unused-type-param

Conversation

@mro95
Copy link

@mro95 mro95 commented Mar 3, 2026

Fixes #152884

r? @lcnr

@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 Mar 3, 2026
@theemathas theemathas added T-lang Relevant to the language team needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. needs-crater This change needs a crater run to check for possible breakage in the ecosystem. T-types Relevant to the types team, which will review and decide on the PR/issue. and removed T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 4, 2026
@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 5, 2026

☔ The latest upstream changes (presumably #153416) made this pull request unmergeable. Please resolve the merge conflicts.

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

Labels

needs-crater This change needs a crater run to check for possible breakage in the ecosystem. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team T-types Relevant to the types team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unused generic in struct definition is allowed when used in invariant position

4 participants