No completion for impl blocks on dyn traits #6777
Labels
A-ty
type system / type inference / traits / method resolution
E-has-instructions
Issue has some instructions and pointers to code to get started
E-medium
S-actionable
Someone could pick this issue up and work on it right now
There are no completions for functions inside an
impl dyn Trait { }
block. It is often nice to add generics on top of your trait objects.Tested in vim and vscode
The text was updated successfully, but these errors were encountered: