Skip to content

Commit 0b2cc84

Browse files
committed
Fix typo in mangled name for old ABI entrypoint of Result.init(catching:)
1 parent 252a3cb commit 0b2cc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Result.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ extension Result {
206206

207207
extension Result where Failure == Swift.Error {
208208
/// ABI: Historical init(catching:)
209-
@_silgen_name("$ss6ResultOss5Error_pRs_rlE8catchingAByxsAC_pGxyKXE_tcfCa")
209+
@_silgen_name("$ss6ResultOss5Error_pRs_rlE8catchingAByxsAC_pGxyKXE_tcfC")
210210
@usableFromInline
211211
init(__abi_catching body: () throws(Failure) -> Success) {
212212
do {

0 commit comments

Comments
 (0)