Searched refs:trailer_helper (Results 1 – 1 of 1) sorted by relevance
1247 trailer_helper(input, atom)? in parse_with_earlier_boundary_rule()1287 expr = trailer_helper(input, expr)?; in parse_with_earlier_boundary_rule()1600 let mut e = trailer_helper(input, atom)?; in trailer_expr()1625 fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> { in trailer_helper() function