mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
d57577e03d
An explicit dep-kind is redundant here. If we want to find the query name, or check for specific queries, we can inspect the `TaggedQueryKey` instead. Similarly, in cases where the key is some kind of `DefId`, we can extract it directly from the `TaggedQueryKey`.