rust/compiler/rustc_query_system
Nicholas Nethercote ed091aaf5d Move rustc_query_system::query::dep_graph to rustc_middle.
Most of the files within the `dep_graph` module can be moved wholesale
into `rustc_middle`. But two of them (`mod.rs` and `dep_node.rs`) have
the same name as existing files in `rustc_middle`, so for those I just
copied the contents into the existing files.

The commit also moves `QueryContext` and `incremental_verify_ich*`
because they are tightly intertwined with the dep graph code. And a
couple of error structs moved as well.
2026-02-14 18:46:05 +11:00
..
src Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00
Cargo.toml Move rustc_query_system::query::dep_graph to rustc_middle. 2026-02-14 18:46:05 +11:00