Searched refs:next_operator_can_begin_expr (Results 1 – 1 of 1) sorted by relevance
132 next_operator_can_begin_expr: bool, field176 next_operator_can_begin_expr: false,229 #[cfg(feature = "full")] next_operator_can_begin_expr: bool, in leftmost_subexpression_with_operator()248 next_operator_can_begin_expr, in leftmost_subexpression_with_operator()277 next_operator_can_begin_expr: false, in leftmost_subexpression_with_dot()289 if !self.next_operator_can_begin_expr || self.next_operator == Precedence::Range { in leftmost_subexpression_precedence()363 _ => !self.next_operator_can_begin_expr, in rightmost_subexpression_precedence()407 if self.next_operator_can_begin_expr { in precedence()648 if fixup.next_operator_can_begin_expr { in scan_right()