mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
ec9bc94414
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)
For more information about how rustc works, see the rustc dev guide.