Function select_arm

Source
fn select_arm(
    ecx: &ExtCtxt<'_>,
    branches: CfgSelectBranches,
) -> Option<(TokenStream, Span)>
Expand description

Selects the first arm whose predicate evaluates to true.