Closed
Description
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
use std::os::unix;