rust/compiler/rustc_query_system/src/dep_graph
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
..
debug.rs Use more slice patterns inside the compiler 2024-08-07 13:37:52 +02:00
dep_node.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
edges.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graph.rs remove code duplication when hashing query result and interning node 2025-01-13 20:25:46 +01:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
query.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Add warn(unreachable_pub) to rustc_query_system. 2024-08-29 20:18:44 +10:00

To learn more about how dependency tracking works in rustc, see the [rustc guide].