We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am looking for an alternative to cargo check --message-format=json but cannot find it anywhere.
cargo check --message-format=json
I have tried bazel run @rules_rust//tools/upstream_wrapper:cargo check but this expects a Cargo.toml file which I don't have.
bazel run @rules_rust//tools/upstream_wrapper:cargo check
How can I feed the right data to Rust Analyzer to check on save?
Minimal breaking example: https://github.com/otiv-willem-vanhulle/bazel-rust-check
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am looking for an alternative to
cargo check --message-format=json
but cannot find it anywhere.I have tried
bazel run @rules_rust//tools/upstream_wrapper:cargo check
but this expects a Cargo.toml file which I don't have.How can I feed the right data to Rust Analyzer to check on save?
Minimal breaking example:
https://github.com/otiv-willem-vanhulle/bazel-rust-check
The text was updated successfully, but these errors were encountered: