howto have rust-analyzer work with different Rust projects #5889
-
I find that I have to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The reason this doesn't work is a bit nuanced. Rust analyzer does support multiple projects roots, however there are some problems with that:
So TLDR #5748 fixes that problem, which you could testdrive. It doesn't work aswell as it could right now, because rust-analyzer was missing something. |
Beta Was this translation helpful? Give feedback.
-
hmm, i am not sure what i am doing wrong, but this answer does not work for me. i have two cargo projects in adjacent directories ( |
Beta Was this translation helpful? Give feedback.
The reason this doesn't work is a bit nuanced. Rust analyzer does support multiple projects roots, however there are some problems with that: