This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Incorrect Symbol kind being returned / rls-data version mismatch #529
Closed
Description
I'm not sure where the best place to report this is. Please move as appropriate. The RLS is returning incorrect symbol kinds. This appears to be caused by rustc using a different version of rls-data than the RLS. Using the commented version of the process_crate call in rustc.rs resolves the issue.