-
Notifications
You must be signed in to change notification settings - Fork 257
Find definition gives the wrong path for standard library #1140
Comments
@nrc @alexcrichton @Xanewok This is fallout from rust-lang/rust#53586, AFAICT. I expect RLS is adding |
Fix is up at rust-dev-tools/rls-analysis#158. |
rust-dev-tools/rls-analysis#158 is merged. I'll pubish a new version shortly |
Tested this both in VSCode and vim LanguageClient, it seems a I get where the file is actually at: |
@eddyb
EDIT: closing, reported in #1171 |
e.g. looking up
Path::join
takes me to~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/src/libstd/path.rs
(note the double src/)The text was updated successfully, but these errors were encountered: