Files
rust/compiler
Jonathan Brouwer 730591cee4 Rollup merge of #151520 - Zalathar:cycle-error-handling, r=Kivooeo
Rename `HandleCycleError` to `CycleErrorHandling`

In https://github.com/rust-lang/rust/pull/101303, the `handle_cycle_error` field was changed from a macro-generated closure to a macro-selected enum variant. But it was not renamed to reflect the fact that it now holds data, not code.

Renaming the field and its associated enum to `cycle_error_handling: CycleErrorHandling` should make the relevant code less confusing to read.

This PR also moves the enum out of `rustc_query_system::error`, where it was easily confused with diagnostic structs.

There should be no change to compiler behaviour.
2026-01-23 11:07:56 +01:00
..
2026-01-21 20:03:56 -05:00
2026-01-12 08:07:23 +01:00
2026-01-21 20:03:56 -05:00
2026-01-21 20:03:56 -05:00
2026-01-21 20:03:56 -05:00
2026-01-21 20:03:56 -05:00
2026-01-21 12:14:51 +00:00
2026-01-19 16:08:54 +00:00