Files
rust/compiler/rustc_query_impl
Nicholas Nethercote 327216d31a Refactor load_from_disk_or_invoke_provider_green.
By removing the early return and using a `match` instead.
- The two paths are of similar conceptual weight, and `match` reflects
  that.
- This lets the `incremental_verify_ich` call be factored out.
2026-03-23 09:21:16 +11:00
..