Troubleshooting why rust-analyzer can't find some standard library items. #19341
Unanswered
umanwizard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm attempting to troubleshoot why the latest build of rust-analyzer available in Guix can't find certain standard library items (e.g.
Vec
orResult
) while it can find others (e.g.HashMap
).As this issue seems to be Guix-specific, it is probably somehow related to how Guix builds and installs rust-analyzer.
Could someone suggest some troubleshooting steps, like an
RA_LOG
invocation that might narrow down the issue?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions