Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, when using the Nix flake managed Rust toolchain, `rust-analyzer` complains that it can't expand proc macros, because it can't find the sysroot. Adding the `rust-src` Rustup component fixes this. This PR adds the `rust-src` component to the flake's Rust toolchain.
- Loading branch information