rust/compiler/rustc_query_system
bors 55407b8cdb Auto merge of #151853 - Zalathar:feed-vtable, r=oli-obk
Use the query vtable in `query_feed` plumbing

The `query_feed` function needs to be able to do two important things with (erased) query values: hash them, and debug-print them.

Both of those are things that the query's vtable already knows how to do. So by passing in a vtable to `query_feed`, we can give it a nicer signature, avoid having to unerase values in the function itself, and clean up some caller-side code as well.
2026-02-03 14:09:42 +00:00
..
src Auto merge of #151853 - Zalathar:feed-vtable, r=oli-obk 2026-02-03 14:09:42 +00:00
Cargo.toml Re-export hashbrown::hash_table from rustc_data_structures 2026-01-31 14:48:50 +11:00
messages.ftl Reword unstable finterprint ICE to ask for reproduction 2025-10-17 23:28:54 +02:00