rust/compiler/rustc_hir_analysis/src/outlives
Nicholas Nethercote c8c25ce5a1 Rename some OwnerId fields.
spastorino noticed some silly expressions like `item_id.def_id.def_id`.

This commit renames several `def_id: OwnerId` fields as `owner_id`, so
those expressions become `item_id.owner_id.def_id`.

`item_id.owner_id.local_def_id` would be even clearer, but the use of
`def_id` for values of type `LocalDefId` is *very* widespread, so I left
that alone.
2022-10-29 20:28:38 +11:00
..
explicit.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
implicit_infer.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
mod.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
test.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
utils.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00