Files
rust/compiler
Jonathan Brouwer 533b82e15a Rollup merge of #153493 - zetanumbers:remove_from_cycle_error, r=nnethercote
Remove `FromCycleError` trait

Currently `QueryVTable`'s `value_from_cycle_error` function pointer uses the `FromCycleError` trait to call query cycle handling code and to construct an erroneous query output value. This trick however relies too heavily on trait impl specialization and makes those impls inconsistent (which is bad AFAIK). Instead this PR directly modifies `value_from_cycle_error` function pointer upon vtable initialization and gets rid of `FromCycleError`.

Removal of `FromCycleError` might also be a desired change for some developers involved in the query system development due to some other reasons.

This PR is split up into two commits. **Code formatting changes are isolated into the second commit for better git diffs in the first one.** Nice and simple refactor PR.

I got this idea from https://github.com/rust-lang/rust/pull/153470#issuecomment-4011101113 discussion and thought it would be a pretty quick change to implement.

r? @nnethercote

I think this PR would benefit from your reviewer polish.
2026-03-10 22:46:55 +01:00
..
2026-03-07 10:42:02 -08:00
2026-03-07 10:42:02 -08:00
2026-03-07 10:42:02 -08:00
2026-03-07 10:42:02 -08:00
2026-03-08 22:54:12 +11:00
2026-03-07 10:42:02 -08:00
2026-03-07 10:42:02 -08:00
2026-03-10 15:15:14 +03:00
2026-03-07 10:42:02 -08:00
2026-01-19 16:08:54 +00:00