rust-lang/rustfix

Figure out how to force `cargo fix` to run

Closed this issue · 5 comments

Currently if you run cargo +nightly check and then cargo +nightly fix it won't actually do anything because Cargo will think it's cached. Somehow we should convince Cargo that it should at least rerun itself for the workspace-related crates.

The clippy issue is this one, I believe: rust-lang/rust-clippy#2604

btw i'm totally fine with executing touch <some-file> as a first work-around here!

(I have a WIP for this but waited for rustfix to land in cargo; will open a PR there in a bit)