fn select_arm(
ecx: &ExtCtxt<'_>,
branches: CfgSelectBranches,
) -> Option<(TokenStream, Span)>
Expand description
Selects the first arm whose predicate evaluates to true.
fn select_arm(
ecx: &ExtCtxt<'_>,
branches: CfgSelectBranches,
) -> Option<(TokenStream, Span)>
Selects the first arm whose predicate evaluates to true.