mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-05 14:37:37 +00:00
![]() Fixes #79890 Previously, we just copied a `RawDefId` from the 'old' map to the 'new' map. However, the `RawDefId` for a given `DefPathHash` may be different in the current compilation session. Using `def_path_hash_to_def_id` ensures that the `RawDefId` we use is valid in the current session. |
||
---|---|---|
.. | ||
debug.rs | ||
dep_node.rs | ||
graph.rs | ||
mod.rs | ||
prev.rs | ||
query.rs | ||
README.md | ||
serialized.rs |
To learn more about how dependency tracking works in rustc, see the [rustc guide].