Files
rust/compiler/rustc_query_impl/src
Nicholas Nethercote baa74a85ee Remove DepKind name plumbing.
There is a bunch of plumbing to record the string `"foo"` for each
variant `DepKind::foo`. But that's what the `Debug `impl` now produces.
So this commit removes the plumbing.
2026-02-19 09:05:39 +11:00
..
2026-02-10 18:46:05 +11:00
2026-02-19 09:05:39 +11:00
2026-02-19 09:05:39 +11:00
2026-02-19 09:05:39 +11:00
2026-02-19 09:05:37 +11:00

For more information about how the query system works, see the rustc dev guide.