Rust-IDE für Fedora
-
Ich habe Rust auf Fedora 25 installiert, aber
rustc
gibt: "Kommando nicht gefunden."Was ist eine gute Rust-IDE für Linux?
-
rust ist cool schrieb:
Ich habe Rust auf Fedora 25 installiert
*via
curl https://sh.rustup.rs -sSf | sh
-
OK:
to configure your current shell run source $HOME/.cargo/env
Ich hab jetzt mal Visual Studio Code wie in https://code.visualstudio.com/docs/setup/linux beschrieben installiert. Wie richte ich jetzt Rust dafür ein?
-
https://github.com/saviorisdead/RustyCode
Ich habe racer und rustfmt installiert, aber VS Code meldet, dass sie nicht installiert sind. Was kann man da tun?
Und wie rufe ich den Rust-Compiler aus VS Code aus auf?