xander-zitara
Results
1
issues of
xander-zitara
I have `rust_register_toolchains()` in my `WORKSPACE`, and I've also tried `register_toolchains(rust_analyzer_toolchain_repository())`, but trying to run `rust_analyzer` like ```sh bazel run @rules_rust//tools/rust_analyzer:gen_rust_project ``` gives this error ``` ERROR: Analysis of aspects...
rust-analyzer