I've installed Rust on the system.
I've installed the Corrosion plugin in Eclipse (v.2021-03 - 4.19.0).
I can open rs files and they show syntax highlighting.
But I'm getting this annoying thing when I try to do any rusting: "Rust support not found" --> Open preferences --> Error: "Input a valid path to the Rust Language Server (rls)".
The path for "Language Server" in that dialog is wrong: it is my Eclipse installation directory. I have installed Rust under D:\apps\rust. I have run this command among others:
C:\Users\Mike>rustup component add rls rust-analysis rust-src
... in the Eclipse dialog I can configure the path to the RLS using a file-chooser dialog. What am I looking for? A file? A directory? Which one?
NB I have also downloaded (and expanded) the RLS from here.
NB2 Perhaps Rust HQ could cater for this OS + IDE combination, with more explicitly idiot-proof instructions?