Skip to content

Commit 0b349cc

Browse files
committed
Fix build after rebase
1 parent c9aa07c commit 0b349cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/_StringProcessing/Engine/MEReverseQuantify.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ extension Processor {
1616
limitedBy: start,
1717
boundaryCheck: !isScalarSemantics,
1818
isCaseInsensitive: false)
19-
case .builtin:
19+
case .builtinCC:
2020
guard currentPosition >= start else { return nil }
2121

2222
// We only emit .quantify if it consumes a single character
2323
return input.reverseMatchBuiltinCC(
24-
payload.builtin,
24+
payload.builtinCC,
2525
at: currentPosition,
2626
limitedBy: start,
2727
isInverted: payload.builtinIsInverted,

0 commit comments

Comments
 (0)