Searched refs:parse_with_earlier_boundary_rule (Results 1 – 2 of 2) sorted by relevance
341 let mut e = Expr::parse_with_earlier_boundary_rule(input)?; in stmt_expr()
892 pub fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result<Expr> { in parse_with_earlier_boundary_rule() method893 parsing::parse_with_earlier_boundary_rule(input) in parse_with_earlier_boundary_rule()1241 pub(super) fn parse_with_earlier_boundary_rule(input: ParseStream) -> Result<Expr> { in parse_with_earlier_boundary_rule() function3017 let body = Expr::parse_with_earlier_boundary_rule(input)?; in parse()