We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093df67 commit 2f761ecCopy full SHA for 2f761ec
regex-automata/src/nfa/thompson/pikevm.rs
@@ -1466,8 +1466,8 @@ impl PikeVM {
1466
}
1467
1468
/// This brings the look-behind threads into the state they must be for
1469
- /// starting at [input.end]. The assumption is that they are currently
1470
- /// at [input.start].
+ /// starting at [forward_span.end]. The assumption is that they are currently
+ /// at [forward_span.start].
1471
fn fast_forward_lookbehinds(
1472
&self,
1473
forward_span: Span,
0 commit comments