HIR bundles the self expression and the arguments of method calls in a single vector in the hir::ExprKind::MethodCall variant.
Unbundling this in AST in #100232 showed a significant simplification of client code.
Suggested by @nagisa in #100232 (comment)
HIR bundles the
selfexpression and the arguments of method calls in a single vector in thehir::ExprKind::MethodCallvariant.Unbundling this in AST in #100232 showed a significant simplification of client code.
Suggested by @nagisa in #100232 (comment)