about summary refs log tree commit diff
path: root/tests/rustdoc-ui/coverage/json.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-17 07:42:27 +0000
committerbors <bors@rust-lang.org>2022-11-17 07:42:27 +0000
commit11d632f7b10be252d7445b78ce771cd99f046393 (patch)
tree78771eaa940c95a5fc1ef80f2140ed283f66976f /tests/rustdoc-ui/coverage/json.rs
parentcbd6159095dd4f5e96671e9230420a46c6302dd3 (diff)
parente6ef47887770fd3414f57f0725b6826bec80031c (diff)
downloadrust-11d632f7b10be252d7445b78ce771cd99f046393.tar.gz
rust-11d632f7b10be252d7445b78ce771cd99f046393.zip
Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead
Record `LocalDefId` in HIR nodes instead of a side table

This is part of an attempt to remove the `HirId -> LocalDefId` table from HIR.
This attempt is a prerequisite to creation of `LocalDefId` after HIR lowering (https://github.com/rust-lang/rust/pull/96840), by controlling how `def_id` information is accessed.

This first part adds the information to HIR nodes themselves instead of a table.
The second part is https://github.com/rust-lang/rust/pull/103902
The third part will be to make `hir::Visitor::visit_fn` take a `LocalDefId` as last parameter.
The fourth part will be to completely remove the side table.
Diffstat (limited to 'tests/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions