rust/compiler/rustc_query_impl/src
Nicholas Nethercote 90e4a42162 Use with_reduced_queries to avoid query cycles.
This changes the error message of `query-cycle-issue-124901.rs`, which
doesn't matter much.
2026-01-16 19:21:35 +11:00
..
lib.rs Revert the QueryStackFrameExtra/QueryStackDeferred split. 2026-01-16 19:18:42 +11:00
plumbing.rs Use with_reduced_queries to avoid query cycles. 2026-01-16 19:21:35 +11:00
profiling_support.rs Add new self-profile event for aggregating query hit counts 2025-06-25 11:09:58 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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