Combine input and eval_always query types Hardcoding `Krate` as a dependency of `eval_always` queries doesn't really make sense if we want to use the query system before HIR lowering / hashing. Without that hardcoding they become pretty much identical to `input` queries, so I combined them to a single type. This will regress the `clean` incremental scenario, but that isn't terribly common. r? @michaelwoerister |
||
|---|---|---|
| .. | ||
| cgu_reuse_tracker.rs | ||
| debug.rs | ||
| dep_node.rs | ||
| dep_tracking_map.rs | ||
| graph.rs | ||
| mod.rs | ||
| prev.rs | ||
| query.rs | ||
| README.md | ||
| safe.rs | ||
| serialized.rs | ||
To learn more about how dependency tracking works in rustc, see the rustc guide.