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 41c9c25 commit 59dd6fbCopy full SHA for 59dd6fb
stdlib/public/core/Shims.swift
@@ -27,12 +27,12 @@ internal func _makeSwiftNSFastEnumerationState()
27
28
/// A dummy value to be used as the target for `mutationsPtr` in fast
29
/// enumeration implementations.
30
-@usableFromInline // FIXME(sil-serialize-all)
+@usableFromInline
31
internal var _fastEnumerationStorageMutationsTarget: CUnsignedLong = 0
32
33
/// A dummy pointer to be used as `mutationsPtr` in fast enumeration
34
/// implementations.
35
36
internal let _fastEnumerationStorageMutationsPtr =
37
UnsafeMutablePointer<CUnsignedLong>(Builtin.addressof(&_fastEnumerationStorageMutationsTarget))
38
#endif
0 commit comments