Files
rust/compiler
Jacob Pratt 980547529a Rollup merge of #151402 - dep-kind-name, r=petrochenkov
Simplify lookup of `DepKind` names in duplicate dep node check

This PR simplifies parts of the query system, by removing the `make_dep_kind_name_array!` macro, and removing much of the associated plumbing added by 68fd771bc1.

Instead, we now create a `DEP_KIND_NAMES` constant in `define_dep_nodes!`, and look up names in that instead.
2026-01-21 02:04:02 -05:00
..
2026-01-12 08:07:23 +01:00
2026-01-19 16:08:54 +00:00