Skip to content

Commit 08a2f4b

Browse files
committed
Add bug number
1 parent 23578e1 commit 08a2f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Attachments/Attachment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ extension Attachment where AttachableValue: Sendable & Copyable {
265265
/// An attachment can only be attached once.
266266
@_documentation(visibility: private)
267267
public static func record(_ attachableValue: /*consuming*/ AttachableValue, named preferredName: String? = nil, sourceLocation: SourceLocation = #_sourceLocation) {
268-
// Commented out consuming to work around a compiler bug. SEE: ____
268+
// Commented out consuming to work around a compiler bug. SEE: rdar://147543560
269269
record(Self(attachableValue, named: preferredName), sourceLocation: sourceLocation)
270270
}
271271
}

0 commit comments

Comments
 (0)