I tried to search if it was reported but didn't found anything.
When importing the platform specific modules in std::os rust-analyzer gives me the following error:
unresolved import. Also those modules don't show up for auto-complete.
When the module is used outside use statement, there is no error, but the semantic token are of the type unresolvedReference.
RA version
Latest master branch
Example
I tried to search if it was reported but didn't found anything.
When importing the platform specific modules in
std::osrust-analyzer gives me the following error:unresolved import. Also those modules don't show up for auto-complete.When the module is used outside
usestatement, there is no error, but the semantic token are of the typeunresolvedReference.RA version
Latest master branch
Example