overflow evaluating the requirement
with impl
s those seem to be right
#74789
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-coherence
Area: Coherence
C-bug
Category: This is a bug.
S-has-bisection
Status: a bisection has been found for this issue
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.
I tried this code:
I expected this code to compile.
Instead, the compiler fails with a huge error:
(playground)
Note that very similar code with a slightly different trait works, so I assume this is a bug (though, I may miss something)
Also, note that there is a lot of issues with
E0275
, however, I couldn't find one that fits my problem.Meta
Tested on
1.45.0
and1.47.0-nightly (2020-07-25 d6953df14657f5932270)
The text was updated successfully, but these errors were encountered: