mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:48:07 +00:00
Only create `OnDiskCache` in incremental compilation mode This lets us skip doing useless work when we're not in incremental compilation mode.
For more information about how rustc works, see the rustc dev guide.