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 671de07 commit ca09281Copy full SHA for ca09281
stdlib/public/core/DictionaryStorage.swift
@@ -192,7 +192,6 @@ extension _RawDictionaryStorage {
192
}
193
194
195
-@_fixed_layout // FIXME(sil-serialize-all)
196
@usableFromInline
197
final internal class _DictionaryStorage<Key: Hashable, Value>
198
: _RawDictionaryStorage, _NSDictionaryCore {
stdlib/public/core/SetStorage.swift
@@ -175,7 +175,6 @@ extension _EmptySetSingleton: _NSSetCore {
175
#endif
176
177
178
179
180
final internal class _SetStorage<Element: Hashable>
181
: _RawSetStorage, _NSSetCore {
0 commit comments