rust/compiler/rustc_query_system/src/query
León Orell Valerian Liehr 093bd0888a
Rollup merge of #119086 - RossSmyth:query_panics, r=compiler-errors
Query panic!() to useful diagnostic

Changes some more ICEs from bare panic!()s

Adds an `expect_job()` helper method as that is a moral equivalent of what was happening at the uses.

re:#118955
2024-01-03 16:08:23 +01:00
..
caches.rs Add optimized lock methods for Sharded 2023-09-08 08:48:44 +02:00
config.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
job.rs Give DiagnosticBuilder a default type. 2023-12-23 13:23:10 +11:00
mod.rs QueryContext: rename try_collect_active_jobs -> collect_active_jobs and change it's return type from Option<QueryMap> to QueryMap 2023-11-27 18:13:15 +03:00
plumbing.rs Rollup merge of #119086 - RossSmyth:query_panics, r=compiler-errors 2024-01-03 16:08:23 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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