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 parse_generated_rule_*_dispatch methods call this when
BaseParser::generated_rule_stack_check_due fires so deeply nested input
parses (or reports a syntax error) instead of aborting the process.