Closed
Description
Issue from coc-rust-analyzer
The problem is best illustrated as such:
We have a struct Vec3;
and a use Vec3 as Color
statement.
When running CocList -I symbols
and searching for Vec3
it finds it just fine but does not resolve Color
.
This is apparently a limitation of aliases and has been discussed in libs zullip recently. Relevant issue in the language?