Configure Eclipse RustDT plugin

I install RustDT plugin in eclipse, as well as rust package following instruction at

Then it comes to creating a new rust project needs to configure rust env in eclipse. I find out after installnig rust-rc, it doesn't tell where Rust toolchain base directory location

https://github.com/RustDT/RustDT/blob/master/documentation/UserGuide.md

So where is it installed? Or is there any rust home directory, apart from $HOME/.cargo ?

In addition, what values should I fill in in RustDT's Ranicorn, Racer, etc. fields?

RustDT plugin 0.8.1
Eclipse 4.6.3 (Neon .3 release)

Thanks

The Rust toolchain installation you need to specify is one inside $HOME\.multirust\toolchains. (For example C:\Users\bruno\.multirust\toolchains\stable-x86_64-pc-windows-gnu)

As for Racer, Rainicorn, etc, you need to download those separately, although you can request RustDT to do that for you, after you configure the Rust installation correctly.

1 Like