mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix serialization for InlineArray sugar
This commit is contained in:
@@ -6319,6 +6319,7 @@ void Serializer::writeAllDeclsAndTypes() {
|
||||
registerDeclTypeAbbr<PackTypeLayout>();
|
||||
registerDeclTypeAbbr<SILPackTypeLayout>();
|
||||
registerDeclTypeAbbr<IntegerTypeLayout>();
|
||||
registerDeclTypeAbbr<InlineArrayTypeLayout>();
|
||||
|
||||
registerDeclTypeAbbr<ErrorFlagLayout>();
|
||||
registerDeclTypeAbbr<ErrorTypeLayout>();
|
||||
|
||||
Reference in New Issue
Block a user