We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88fa66 commit 508866aCopy full SHA for 508866a
lib/Serialization/Serialization.cpp
@@ -5645,6 +5645,7 @@ void Serializer::writeAllDeclsAndTypes() {
5645
registerDeclTypeAbbr<BoundGenericTypeLayout>();
5646
registerDeclTypeAbbr<GenericFunctionTypeLayout>();
5647
registerDeclTypeAbbr<SILBlockStorageTypeLayout>();
5648
+ registerDeclTypeAbbr<SILMoveOnlyWrappedTypeLayout>();
5649
registerDeclTypeAbbr<SILBoxTypeLayout>();
5650
registerDeclTypeAbbr<SILFunctionTypeLayout>();
5651
registerDeclTypeAbbr<ArraySliceTypeLayout>();
0 commit comments