rust/compiler/rustc_query_system
Jacob Pratt 91a2ec32e3
Rollup merge of #151936 - Zalathar:fingerprint-style, r=petrochenkov
Move the `fingerprint_style` special case into `DepKindVTable` creation

I'm a little bit fuzzy on *precisely* why anonymous queries are treated as having `FingerprintStyle::Opaque`, but I'm pretty confident that baking this special case into the query vtable is equivalent to the current behaviour, while being marginally more efficient.

(I believe this special case comes from anonymous queries not having a fingerprint in the first place, so “opaque” is just there to signal that reconstructing a key is impossible.)
2026-02-02 23:12:04 -05:00
..
src Rollup merge of #151936 - Zalathar:fingerprint-style, r=petrochenkov 2026-02-02 23:12:04 -05: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