rust/compiler/rustc_query_impl/src
Jonathan Brouwer 7c36d152b4
Rollup merge of #152582 - petrochenkov:waitvisit, r=TaKO8Ki
rustc_query_impl: Use `ControlFlow` in `visit_waiters` instead of nested options

Noticed when reviewing https://github.com/rust-lang/rust/pull/152229.
2026-02-14 22:11:55 +01:00
..
dep_kind_vtables.rs Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00
error.rs Move report_cycle. 2026-02-10 18:46:05 +11:00
execution.rs Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00
job.rs Rollup merge of #152582 - petrochenkov:waitvisit, r=TaKO8Ki 2026-02-14 22:11:55 +01:00
lib.rs Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00
plumbing.rs Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00
profiling_support.rs Move rustc_query_system::query::caches to rustc_middle::query. 2026-02-14 18:38:30 +11:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
values.rs Move rustc_query_system::query::job to rustc_middle. 2026-02-14 18:33:13 +11:00

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