Back out "Remove has_default from FieldId"

This backs out commit 8aa6c09fce.
This commit is contained in:
David Barsky 2025-01-27 17:20:11 -05:00
parent 7c387ed3a7
commit 55d3851820
11 changed files with 64 additions and 35 deletions

View file

@ -519,6 +519,7 @@ pub type LocalModuleId = Idx<nameres::ModuleData>;
pub struct FieldId {
pub parent: VariantId,
pub local_id: LocalFieldId,
pub has_default: bool,
}
impl FieldId {