Unable to see through associated type with where clause on GAT #122745
Open
Description
opened on Mar 19, 2024
Ran into an issue when using GATs with a where clause. I wasn't able to find an existing issue, although I swear I've seen something similar reported before - apologies if this is a duplicate.
It looks like the Self::Output
type isn't realized early enough? Ran with latest stable and nightly. This does work with the next trait solver. I feel like this can be reduced further, but I was unable to do so.
Activity