mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
15a6976c86
Inline and simplify some code for saving incremental data to disk Main changes: - Inline `encode_query_cache` and `TyCtxt::serialize_query_result_cache` - Pull value promotion out of `OnDiskCache::drop_serialized_data` - Panic if `on_disk_cache` is None in an incremental-only path
For more information about how rustc works, see the rustc dev guide.