Listing symbols does not see aliases #7938
Labels
A-nameres
name, path and module resolution
C-bug
Category: bug
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
Issue from coc-rust-analyzer
The problem is best illustrated as such:
We have a
struct Vec3;
and ause Vec3 as Color
statement.When running
CocList -I symbols
and searching forVec3
it finds it just fine but does not resolveColor
.This is apparently a limitation of aliases and has been discussed in libs zullip recently. Relevant issue in the language?
The text was updated successfully, but these errors were encountered: