Files
rust/compiler/rustc_query_impl
Zalathar c0e7a43530 Rename the function pointers in DepKindVTable
- `force_from_dep_node` → `force_from_dep_node_fn`
- `try_load_from_disk_cache` → `promote_from_disk_fn`

This commit also inlines the wrapper function around `promote_from_disk_fn`.
2026-03-01 19:41:01 +11:00
..