Email or username:

Password:

Forgot your password?
Brodie Robertson

I spent an hour trying to work out why VSCodium wasn't giving me code completion in Rust, turns out I'm a moron and had rust installed instead of rustup the development toolchain

3 comments
ZeStig

@BrodieOnLinux we'll, I had the same problem a few days ago. Install only rustup from the Arch repos and install a toolchain using it. I had to do some additional configuration, but got it working through lsp-mode.

Still need to configure cargo-clippy in flycheck though.

#Emacs #Archlinux

tytan652

@BrodieOnLinux

You were likely mostly missing the rust-src package that goes with the rust package.

Go Up