Skip to content

Commit bf09736

Browse files
authored
Merge pull request #80936 from etcwilde/ewilde/62-fix-bootstrap-builds
[🍒: 6.2] Fix Bootstrap: UTF8EncoddingError
2 parents cdc02a4 + 506d128 commit bf09736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/UTF8EncodingError.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ extension UTF8 {
256256
errors.append(adjustedErr)
257257
}
258258
}
259+
fatalError()
259260
}
260261
}
261262
}

0 commit comments

Comments
 (0)