Skip to content

Commit 8e96210

Browse files
authored
Merge pull request #84413 from etcwilde/ewilde/diffing-bootstrap-controlflow
Fix Bootstrap: diffing
2 parents f0af54c + 0a40913 commit 8e96210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Diffing.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ fileprivate struct LinearMyers: ~Copyable {
388388
// Save the right side of the snake for later
389389
stack.append(tailBox)
390390
}
391+
fatalError("Unreachable")
391392
}
392393

393394
fileprivate mutating func middleSnake<T>(

0 commit comments

Comments
 (0)