Skip to main content

MAX_INVOKE_ARGS

Constant MAX_INVOKE_ARGS 

Source
pub const MAX_INVOKE_ARGS: usize = 7;
Expand description

Hard cap shared with the calling convention: a closure body receives its arguments in x1..x7 (design §2.2, §7).