Files
rust/compiler
Nicholas Nethercote 0ffb4adaeb Tweak control flow in query_* functions.
`query_get_at`, `query_ensure`, and `query_ensure_error_guarantee` are
very similar functions, but they all use different control flow styles
which obscures the similarities. This commit rewrites them to all use
a `match`.
2026-03-07 21:29:23 +11:00
..