Type inference fails to deduce blanket-implemented trait of super traits with associated types #9881
Labels
A-ty
type system / type inference / traits / method resolution
C-bug
Category: bug
S-actionable
Someone could pick this issue up and work on it right now
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
In the following code (minimized from
futures::{Stream, TryStream}
)try_poll_next()
method is displayed as unresolved reference, however it is compilableThe text was updated successfully, but these errors were encountered: