This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Figure out how to force cargo fix
to run
#79
Comments
There is also a long-standing clippy issue about this IIRC
… Am 04.05.2018 um 23:53 schrieb Alex Crichton ***@***.***>:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The clippy issue is this one, I believe: rust-lang/rust-clippy#2604 |
btw i'm totally fine with executing |
(I have a WIP for this but waited for rustfix to land in cargo; will open a PR there in a bit) |
Migrated to rust-lang/cargo#5736 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently if you run
cargo +nightly check
and thencargo +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 text was updated successfully, but these errors were encountered: