flux_syntax::grammar

Function __action350

Source
fn __action350(
    cx: &mut ParseCtxt<'_>,
    (_, lo, _): (Location, Location, Location),
    (_, name, _): (Location, ExprPath, Location),
    (_, _, _): (Location, Token, Location),
    (_, args, _): (Location, Vec<ConstructorArg>, Location),
    (_, _, _): (Location, Token, Location),
    (_, hi, _): (Location, Location, Location),
) -> Expr