No completions for impl blocks on dyn traits with lifetimes #7683
Labels
A-completion
autocompletion
A-ty
type system / type inference / traits / method resolution
S-actionable
Someone could pick this issue up and work on it right now
Follow up with #6777 because I noticed that it doesn't work in our internal project. After a quick investigation I noticed that lifetimes on impl blocks cause problems.
For example this code doesn't have any completions with the latest release
No completions if the impl block has a lifetime like this
The text was updated successfully, but these errors were encountered: