Guillaume Gomez 692a22e735
Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors
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.

r? `@compiler-errors`
2022-10-29 14:18:03 +02:00
..
2022-10-29 20:28:38 +11:00
2022-10-29 20:28:38 +11:00
2022-09-02 07:26:22 +10:00
2022-10-23 10:09:44 +02:00
2022-10-16 16:47:55 +02:00
2022-10-12 17:49:10 +05:30