Skip to content

Commit 99ee2fe

Browse files
authored
Merge pull request #772 from slavapestov/update-for-inlineable-diagnostics
Update for new rules on @inline(__always) function bodies
2 parents c41f353 + da1b7a2 commit 99ee2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessColl
911911
public typealias Index = Int
912912
public typealias Indices = CountableRange<Int>
913913

914-
internal var _backing : _DataStorage
914+
@_versioned internal var _backing : _DataStorage
915915

916916
// A standard or custom deallocator for `Data`.
917917
///

0 commit comments

Comments
 (0)