Associated types of supertraits aren't accepted or completed in impl Subtrait<...>
#12166
Labels
A-completion
autocompletion
A-ide
general IDE features
A-nameres
name, path and module resolution
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
Here in the
impl Sub<...>
theAssocSuper
remains an unresolved reference, but rustc has no problem with this code.AssocSuper
is also not completed, whileAssocSub
is.The text was updated successfully, but these errors were encountered: