You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cargo build everything builds fine but in nvim I get the rust-analyzer error:
can't find crate for `std` the `x86_64-pc-windows-gnu` target may not be installed consider downloading the target with `rustup target add x86_64-pc-windows-gnu` [E0463]
How to make rust-analyzer find the std crate for the specified arch?
The text was updated successfully, but these errors were encountered:
I currently have the flake:
I have set my
.cargo/config.toml
toWhen running
cargo build
everything builds fine but innvim
I get therust-analyzer
error:How to make
rust-analyzer
find thestd
crate for the specified arch?The text was updated successfully, but these errors were encountered: