-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-analyzer can't find Rust source on nightly-2020-07-29 #5577
Comments
I was wondering why it stopped resolving |
Hmm, this still seems to be broken when editing on rustc |
Do you think that's related to this issue or to the fix in #5586? I'm not sure how it finds the |
Not sure either, I haven't looked into this yet. There's no error message from rust-analyzer though. |
Ah, looks like this was a local problem. I had |
I see
with the
rust-src
component installed on nightly-2020-07-29.rust-analyzer expects
let src_path = sysroot_path.join("lib/rustlib/src/rust/src");
but nightly-2020-07-29 seems to have changed the paths:The text was updated successfully, but these errors were encountered: