-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
rust-lang/rust
#81969Labels
E-hardS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work
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;
DianaNites, clinta, fimmind, dodheim, Frederick888 and 101 more
Metadata
Metadata
Assignees
Labels
E-hardS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work