Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Figure out how to force cargo fix to run #79

Closed
alexcrichton opened this issue May 4, 2018 · 5 comments
Closed

Figure out how to force cargo fix to run #79

alexcrichton opened this issue May 4, 2018 · 5 comments

Comments

@alexcrichton
Copy link
Member

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.

@killercup
Copy link
Member

killercup commented May 4, 2018 via email

@phansch
Copy link
Member

phansch commented May 7, 2018

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

@killercup
Copy link
Member

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

@killercup
Copy link
Member

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

@alexcrichton
Copy link
Member Author

Migrated to rust-lang/cargo#5736

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants