Constant regex::dfa::STATE_QUIT[][src]

const STATE_QUIT: u32 = STATE_DEAD + 1

A quit state means that the DFA came across some input that it doesn't know how to process correctly. The DFA should quit and another matching engine should be run in its place.