We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c9f02 commit 0f16b16Copy full SHA for 0f16b16
Sources/IssueReporting/IssueReporter.swift
@@ -77,6 +77,7 @@ public protocol IssueReporter: Sendable {
77
}
78
79
extension IssueReporter {
80
+ @_transparent
81
public func reportIssue(
82
_ error: any Error,
83
_ message: @autoclosure () -> String?,
0 commit comments