mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 19:46:01 +00:00
We want to refer to `crate::plumbing::try_load_from_disk` in the const, but hard-coding it in rustc_queries, where we don't yet know the crate this macro will be called in, seems kind of hacky. Do it in query_impl instead.