Skip to content

Commit 0f16b16

Browse files
committed
Add @_transparency attribute to reportIssue(_:_:)
1 parent 05c9f02 commit 0f16b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/IssueReporting/IssueReporter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public protocol IssueReporter: Sendable {
7777
}
7878

7979
extension IssueReporter {
80+
@_transparent
8081
public func reportIssue(
8182
_ error: any Error,
8283
_ message: @autoclosure () -> String?,

0 commit comments

Comments
 (0)