-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-nameresname, path and module resolutionname, path and module resolutionC-bugCategory: bugCategory: bugS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work
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?
Metadata
Metadata
Assignees
Labels
A-nameresname, path and module resolutionname, path and module resolutionC-bugCategory: bugCategory: bugS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work