2

I have 6 different caching folders now

because rust path resolution, depending where you launch from.. if it's debug or test or vscode or command line... or what directory were you in in the command line?!

well it decides to resolve the location differently

and how is it nobody thought this was ridiculous

Comments
  • 2
    Maybe because they want you to enable to clear the caches independently?
  • 2
    The target folder is per top level crate unless vscode does something weird

    You an change it via target-dir in a cargo .config file (https://doc.rust-lang.org/cargo/... ). Have one globally in your projects folder then you can have all artifacts in one place
Add Comment