Files
rust/compiler/rustc_macros/src
Nicholas Nethercote 15c6e6e092 Add a handle_cycle_error query modifier.
This modifier indicates that a query has a custom handler for cycles.
That custom handler must be found at
`rustc_query_impl::handle_cycle_error::$name`.

This eliminates the need for `specialize_query_vtables`, which is the
current hack to install custom handlers. It's more lines of code in
total, but indicating special treatment of a query via a modifier in
`queries.rs` is more consistent with how other aspects of queries are
handled.
2026-04-03 13:44:12 +11:00
..
2025-06-28 09:25:55 +00:00
2026-01-21 20:03:56 -05:00
2026-04-01 17:52:43 +11:00
2026-03-04 15:16:52 +01:00
2025-12-08 00:28:43 +01:00