mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
79a4c77744
Simplify `try_load_from_disk_fn`. `try_load_from_disk_fn` has a single call site. We can move some of the stuff within it to its single call site, which simplifies it, and also results in all of the query profiling code ending up in the same module. Details in individual commits. r? @Zalathar