Skip to content

Commit 9857ce1

Browse files
committed
Document compiler issue
1 parent 5196b1e commit 9857ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationEssentials/Data/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollect
22692269
public var mutableSpan: MutableSpan<UInt8> {
22702270
@lifetime(&self)
22712271
mutating get {
2272-
#if false
2272+
#if false // see https://github.com/swiftlang/swift/issues/81218
22732273
var bytes = mutableBytes
22742274
let span = unsafe bytes._unsafeMutableView(as: UInt8.self)
22752275
return _overrideLifetime(span, mutating: &self)

0 commit comments

Comments
 (0)