Skip to content

Fix for implementing copy and drop trait for free alias types#158707

Open
josetorrs wants to merge 3 commits into
rust-lang:mainfrom
josetorrs:fix-copy-drop-trait-for-alias-types
Open

Fix for implementing copy and drop trait for free alias types#158707
josetorrs wants to merge 3 commits into
rust-lang:mainfrom
josetorrs:fix-copy-drop-trait-for-alias-types

Conversation

@josetorrs

Copy link
Copy Markdown
Contributor

Fixes #157755

r? @fmease

@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 2, 2026
@rust-log-analyzer

This comment has been minimized.

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

Labels

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot implement certain built-in traits like Copy or Drop for free alias types that expand to otherwise legal self type

4 participants