rust/compiler/rustc_query_system/src
Martin Zacho abe603212e remove code duplication when hashing query result and interning node
Refactored the duplicated code into a function.

`with_feed_task` currently passes the query key to `debug_assert!`.
This commit changes that, so it debug prints the `DepNode`, as in
`with_task`.
2025-01-13 20:25:46 +01:00
..
dep_graph remove code duplication when hashing query result and interning node 2025-01-13 20:25:46 +01:00
ich Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
query don't return an Option from try_find_dep_kind 2025-01-07 21:57:00 +01:00
cache.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs don't return an Option from try_find_dep_kind 2025-01-07 21:57:00 +01:00
lib.rs improve diagnostics for const eval query overflow 2025-01-06 09:43:05 +01:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00