rust/compiler/rustc_query_system
Nicholas Nethercote 4ff360e997 Rename some query-related things.
Various `QueryStackFrame` variables are called `query`; `frame` is a
better name. And various `QueryInfo` variables are called `frame`;
`info` is a better name.

This eliminates some confusing `query.query()` occurrences, which is a
good sign, and some `frame.query` occurrences become `info.frame`.
2026-02-02 10:29:55 +11:00
..
src Rename some query-related things. 2026-02-02 10:29:55 +11: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