Files
rust/compiler/rustc_query_impl
Nicholas Nethercote 18ade8478e Streamline ActiveJobGuard completion.
`ActiveJobGuard::complete` and `ActiveJobGuard::drop` have very similar
code, though non-essential structural differences obscure this a little.

This commit factors out the common code into a new method
`ActiveJobGuard::complete_inner`. It also inlines and remove
`expect_job`, which ends up having a single call site.
2026-03-09 09:53:57 +11:00
..
2026-03-09 09:53:57 +11:00