rules_rust
rules_rust copied to clipboard
Does rust-analyzer support cargo check?
I found that rust-analyzer based on Bazel does not show cargo check result on VSCode, e.g. when setting up rust analyzer for this example.
I'd like to ask whether this should be a problem because of my environment, or current rules_rust does not support cargo check.
For my understanding, rust-analyzer rules generates rust-project.json to just capture dependences of third parties or project structures.
So we should add another VSCode task to run cargo check with Bazel to show the result of cagro check.