Talk:Rust
Latest comment: 5 September 2021 by L0b0 in topic How to integrate with intellij-rust?
How to integrate with intellij-rust?
intellij-rust is able to detect the toolchain but not the standard library, and the "Download via Rustup" "link" doesn't seem to do anything. If anyone's been able to set up IDEA to work with Rust on Nix any tips would be really helpful.
I've tried a couple suggestions:
rustup run stable idea-ultimate
- Adding
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
tomkShell
in shell.nix