rust/compiler/rustc_query_system/src/dep_graph
Nicholas Nethercote 84ac80f192 Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
2024-07-29 08:26:52 +10:00
..
debug.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
dep_node.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
edges.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graph.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
query.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

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