rust/src/test/incremental/auxiliary
Aaron Hill 3918b82993
Use def_path_hash_to_def_id when re-using a RawDefId
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.
2020-12-10 16:04:19 -05:00
..
incremental_proc_macro_aux.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-49482-macro-def.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
issue-49482-reexport.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
issue-54059.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
issue-79661.rs Properly re-use def path hash in incremental mode 2020-12-04 22:16:40 -05:00
issue-79890.rs Use def_path_hash_to_def_id when re-using a RawDefId 2020-12-10 16:04:19 -05:00