Skip to content

Commit 23e86cf

Browse files
authored
Merge pull request #10383 from slavapestov/resilient-build-fix
stdlib: Add another missing @_versioned annotation
2 parents fec8d72 + 0b35e49 commit 23e86cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/HeapBuffer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import SwiftShims
1414
typealias _HeapObject = SwiftShims.HeapObject
1515

16+
@_versioned
1617
internal protocol _HeapBufferHeader_ {
1718
associatedtype Value
1819
init(_ value: Value)

0 commit comments

Comments
 (0)