bazelbuild / bazelbuild/rules_rust
Create `cargo fix` equivilant tool
Open
enhancement
help wanted
needs-triage
- Dominant language
- Starlark
- Stars
- 843
- Forks
- 651
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 15
Description
Bazel lacks many of the bells and whistles a native Rust/Cargo repository might. One of those things is the [cargo fix](https://doc.rust-lang.org/cargo/commands/cargo-fix.html) command. A tool for Bazel could probably be written to read rustc/clippy output and generate a patch to apply to source files in the repo using [rustfix](https://crates.io/crates/rustfix).
Contributor guide
Assessment
This issue has not been assessed yet.