Files
rust/compiler
Nicholas Nethercote 3afb618592 Move the cache_on_disk check out of try_load_from_disk_fn.
It doesn't need to be in there, it can instead be at the single call
site. Removing it eliminates one parameter, makes `define_queries!`
smaller (which is always good), and also enables the next commit which
tidies up profiling.

This commit also changes how `value` and `verify` are initialized,
because I don't like the current way of doing it after the declaration.
2026-04-10 13:47:27 +10:00
..
2026-04-03 11:08:11 +02:00
2026-04-06 18:50:01 +02:00
2026-03-11 06:25:23 +11:00
2026-04-07 10:08:12 +02:00