You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We have the same issue. rust-analyzer does not call cargo check anymore if rust-project.json is specified. Because you may not be using cargo which we aren't we're using bazel.
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.
The text was updated successfully, but these errors were encountered: