Closed
Description
Looks like sccache can help quite a bit even with local development, when you are working on different projects, or when you are switching versions of the compiler (#4301 and #4306).
However, it seems to me that nobody knows how to use sccache with Cargo, and that it even exists. At least, I certainly don't know how to set it up :) I guess I'll try to figure this out and write some docs.
@luser are there any other existing docs besides https://users.rust-lang.org/t/sccache-for-caching-rust-compilation/10960 and readme at https://github.com/mozilla/sccache/?