cosmic-comp/rust-toolchain.toml
Dasha Mukhina 6fc7fd2baf fix: unresolved import [of std] on NixOS in RA
On NixOS, when entering the devshell, Rust Analyzer couldn't locate `std` (sysroot) since it was missing.
2024-09-18 15:43:59 +02:00

3 lines
57 B
TOML

[toolchain]
channel = "1.80"
components = [ "rust-src" ]