Skip to main content

MAX_FOLD_DEPTH

Constant MAX_FOLD_DEPTH 

Source
const MAX_FOLD_DEPTH: usize = 128;
Expand description

Maximum nesting depth LiteralsCollector::eval recurses into, to bound stack usage.