rust/compiler/rustc_ast_lowering/src
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
..
asm.rs Stabilize asm_sym 2022-10-17 22:38:37 +01:00
block.rs Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett 2022-09-17 15:31:06 +05:30
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
expr.rs Lower condition directly from AST to HIR 2022-10-13 18:20:39 -07:00
index.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
item.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lifetime_collector.rs Remove path_span argument to the visit_path_segment methods. 2022-09-12 13:24:25 +10:00
pat.rs rustc_hir: Less error-prone methods for accessing PartialRes resolution 2022-10-11 09:04:52 +04:00
path.rs rustc_hir: Less error-prone methods for accessing PartialRes resolution 2022-10-11 09:04:52 +04:00