Generic causes other trait implementations of concrete type to be ignored. #132406
Labels
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
I tried this code:
I expected to see this happen: My code is accepted.
Instead, this happened: My code is rejected. More precisely,
Meta
Behavior on
+nightly
:The text was updated successfully, but these errors were encountered: