On NixOS, when entering the devshell, Rust Analyzer couldn't locate `std` (sysroot) since it was missing.
3 lines
57 B
TOML
3 lines
57 B
TOML
[toolchain]
|
|
channel = "1.80"
|
|
components = [ "rust-src" ]
|