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 80f2607 commit 869cf0cCopy full SHA for 869cf0c
regex-automata/src/nfa/thompson/pikevm.rs
@@ -1510,7 +1510,8 @@ impl PikeVM {
1510
// It makes no sense to keep any look-behind state for this version of
1511
// the search, since the caller receives no information about
1512
// where the search ended.
1513
- ..
+ keep_lookaround_state: _,
1514
+ match_lookaround: _,
1515
} = cache;
1516
1517
for look_behind_start in self.nfa.look_behind_starts() {
0 commit comments