mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00

Avoid writing CACHEDIR.TAG if it already exists Cargo currently unconditionally writes `CACHEDIR.TAG` files even if they already exist. This practice causes problems for build systems that disallow multiple writes to the same file.