Given how much better the AST is from having the receiver be separate, it makes me wonder if HIR would benefit just as much… #100427
Labels
A-HIR
Area: The high-level intermediate representation (HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
HIR bundles the
self
expression and the arguments of method calls in a single vector in thehir::ExprKind::MethodCall
variant.Unbundling this in AST in #100232 showed a significant simplification of client code.
Suggested by @nagisa in #100232 (comment)
The text was updated successfully, but these errors were encountered: