mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +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
For more information about how the query system works, see the rustc dev guide.