Fix serialization for InlineArray sugar

This commit is contained in:
Alejandro Alonso
2025-03-26 12:37:34 -07:00
parent 97b249bd11
commit b5e8f495f7
2 changed files with 6 additions and 1 deletions

View File

@@ -6319,6 +6319,7 @@ void Serializer::writeAllDeclsAndTypes() {
registerDeclTypeAbbr<PackTypeLayout>();
registerDeclTypeAbbr<SILPackTypeLayout>();
registerDeclTypeAbbr<IntegerTypeLayout>();
registerDeclTypeAbbr<InlineArrayTypeLayout>();
registerDeclTypeAbbr<ErrorFlagLayout>();
registerDeclTypeAbbr<ErrorTypeLayout>();