Files
rust/compiler/rustc_query_impl
Jonathan Brouwer 180f3237d4 Rollup merge of #154146 - Zoxc:cycle-split-diag, r=petrochenkov
Split out the creation of `Cycle` to a new `process_cycle` function

This splits out the creation of `CycleError` to a new `process_cycle` function. This makes it a bit clearer which operations are done for diagnostic purposes vs. what's needed to break cycles.
2026-04-07 17:26:21 +02:00
..