hir: Use ItemLocalId in a couple more places
This commit is contained in:
@@ -179,7 +179,7 @@ pub fn provide(providers: &mut Providers) {
|
||||
.parenting
|
||||
.get(&owner_id.def_id)
|
||||
.copied()
|
||||
.unwrap_or(ItemLocalId::from_u32(0)),
|
||||
.unwrap_or(ItemLocalId::ZERO),
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user