I dont wanna install rustup in /home/$USER/.cargo/
, then I downloaded the tar.gz
package and installed it into /usr
, now the IntelliJ-Rust reports Can not attach stdlib sources automatically without rustup
. So is there any solution about
- Where is
stdlib
will be installed in? - Can I just install
rustup
in the directory in where I wanna install? - Can I just install
rustup
with the existence of rust in/usr/local/bin
?