fn parse_expr(
input: ParseStream<'_>,
lhs: Expr,
allow_struct: AllowStruct,
base: Precedence,
) -> Result<Expr>fn parse_expr(
input: ParseStream<'_>,
lhs: Expr,
allow_struct: AllowStruct,
base: Precedence,
) -> Result<Expr>