Unexpected error when resolving bounds involving associated types #133314
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I am trying to compile the following code
The compilation is failing with:
However, if I relax the
FullBlock
trait requirements it compiles fineMeta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: