You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that I share a CARGO_HOME across these two, and AFAICT, the cargo dep caching is based on rustc command line, if I alternate between compiling these two, it kicks off full recompiles.
If I move the vendor directory up to root, they both use absolute paths, and deps are cached across the two projects.
Proposed solution: cargo should always pass an absolute path to the vendor directory to rustc to work around this issue.