Skip to main content

MAX_CONDITION_OPERANDS

Constant MAX_CONDITION_OPERANDS 

Source
pub const MAX_CONDITION_OPERANDS: usize = 64;
Expand description

Conformance floor for the total operand count in one condition-expr (spec §6.2): a Conforming Parser MUST accept at least this many. This is the actual limit this implementation enforces (well above the floor); see count_operands in etdl-compiler’s typeck module (rule V-206).