pub fn grow_generated_rule_stack<R>(body: impl FnOnce() -> R) -> RExpand description
Runs a generated rule body after ensuring native stack capacity, growing onto a segmented stack when remaining capacity enters the red zone.
Generated rule dispatch calls this when
BaseParser::generated_rule_stack_check_due fires so deeply nested input
parses (or reports a syntax error) instead of aborting the process.