Skip to main content

MAX_AST_DEPTH

Constant MAX_AST_DEPTH 

Source
pub const MAX_AST_DEPTH: usize = 100;
Expand description

Maximum AST traversal depth. Prevents stack overflow from deeply nested source code.