Spurious "downstream crates may implement trait ..." #50238
Labels
A-traits
Area: Trait system
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Consider the following code, close to the one in #50237:
This fails to build with:
But how can a downstream crate implement
Qux<_>
forBar<_>
?The text was updated successfully, but these errors were encountered: