Skip to content

Conversation

@lcnr
Copy link
Contributor

@lcnr lcnr commented Jul 17, 2025

@rustbot rustbot added the S-waiting-on-review Status: The marked PR is awaiting review from a maintainer label Jul 17, 2025
@lcnr lcnr force-pushed the coerce-unsized-impl branch from c523078 to 79f2fd5 Compare July 17, 2025 11:20
@ehuss
Copy link
Contributor

ehuss commented Oct 10, 2025

Is there a test in rust-lang/rust for this particular rule?

@lcnr
Copy link
Contributor Author

lcnr commented Oct 13, 2025

not that I can see xd

@ehuss
Copy link
Contributor

ehuss commented Oct 30, 2025

Note: I believe @traviscross indicated he was working on this, but needed to figure out how to generalize how it is expressed.

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

Labels

S-waiting-on-review Status: The marked PR is awaiting review from a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Foo<T> can implement CoerceUnsized<Foo<U>> when T implements CoerceUnsized<U> rather than CoerceUnsized<Foo<U>>

4 participants