Skip to content

Commit f0430eb

Browse files
authored
Merge pull request #80934 from etcwilde/ewilde/fix-bootstrap-builds
Fix Bootstrap: UTF8EncoddingError
2 parents 533ae2b + 783c969 commit f0430eb

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)