Constant rustc_mir_transform::coroutine::RESERVED_VARIANTS

source ·
const RESERVED_VARIANTS: usize = 3;
Expand description

Number of variants to reserve in coroutine state. Corresponds to UNRESUMED (beginning of a coroutine) and RETURNED/POISONED (end of a coroutine) states.