Files
Stuart Cook ec9bc94414 Rollup merge of #153811 - Zalathar:query-feed, r=nnethercote
Don't pass a separate `DepKind` to `query_feed`

This PR makes two small tweaks to the `query_feed` function, which is called by macro-generated methods on TyCtxtFeed:

- Don't pass `DepKind` as a separate argument, because it's already in the QueryVTable
- Rename `query_vtable` to `query`, to match other functions that take QueryVTable

r? nnethercote (or compiler)
2026-03-14 23:30:11 +11:00
..

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